Help modifying a few lines of code (convert BAT to VBS)
Please help convert the batch file below into VBS and make it run hidden.
Also need to add 2 more lines of code.
I'm too much of a newbie, I don't understand either batch files or VBS. I've been messing with it for 2 days already, just these few lines, and I still haven't completely sorted it out.
Please help convert the batch file below into VBS and make it run hidden.
Also need to add 2 more lines of code.
I'm too much of a newbie, I don't understand either batch files or VBS. I've been messing with it for 2 days already, just these few lines, and I still haven't completely sorted it out.
XCOPY "%appdata%\123" \ne /e/h
md "%appdata%\123"
type nul>"%appdata%\123.txt"
XCOPY \ne2 c:\"Program Files"\360\ /e/h
Add a command here to hide all files and folders under c:\"Program Files"\360. I only know how to use attrib to hide the folder itself; I can't hide the subfiles and subfolders inside it.
start c:\"Program Files"\360\123.exe
Add a line here to use sendkey to send an Enter keystroke
taskkill /f /im 123.exe /t 