You don't tell what doesn't work. So just a few remarks.
- don't use @echo off while testing
- why a label without a goto?
- I think the "start " is unnecessary, althoug maybe it has some other effect if you remove it
- the first line might work, if that file source file exists and you have write access to the target folder
- the last line only works if the batch file is in the Desktop folder also; if not you either have to add a line with cd before that line, or add the folder to the filename
- this file doesn't replicate - it only duplicates
Kees
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 esktop. 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

Chowhound
Comic Vine
GameFAQs
GameSpot
Giant Bomb
TechRepublic