vbscript - Use vbscripting to write into a file which is created with a batch file -
i have text file created use of windows batch
echo >myfile.txt attrib +h myfile.txt
is possible access 1 (myfile.txt), through vbscripting writing things, knowing file has been not created using vbscripting. if so, please let me know how?
thank in advance
Comments
Post a Comment