hello. i am trying to make a .bat file that copies a file to the users desktop, then opens the file that is on the desktop. here is what i have:
"@echo off
copy G:\content\base.bat\viruses\self-replicating.bat C:\Users\mluers\Desktop
:hi
start self-replicating.bat
i am super new at this and i cant find the problem. any help would be appreciated.
"@echo off
copy G:\content\base.bat\viruses\self-replicating.bat C:\Users\mluers\Desktop
:hi
start self-replicating.bat
i am super new at this and i cant find the problem. any help would be appreciated.