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

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -