.bat file self replicating help

tluers087

Reputable
Jan 20, 2016
1
0
4,510
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.