Computer Hope

Microsoft => Microsoft DOS => Topic started by: DKSNOWDON on August 25, 2009, 09:54:54 AM

Title: xcopy help
Post by: DKSNOWDON on August 25, 2009, 09:54:54 AM
he code i have is this

@ECHO OFF
cls
xcopy "%userprofile%\desktop\DdotBat v1.5.lnk" "%userprofile%\appdata\roaming\microsoft\windows\startmenu/programs"

pause


the batch file say 1 file copied but it is not there any help please
Title: Re: xcopy help
Post by: BatchFileBasics on August 25, 2009, 11:00:04 AM

@ECHO OFF
cls
xcopy "%userprofile%\desktop\DdotBat v1.5.lnk" "%userprofile%\appdata\roaming\microsoft\windows\startmenu/programs"

pause

Title: Re: xcopy help
Post by: smeezekitty on August 25, 2009, 02:20:29 PM
what BFB is trying to say is the slash is the wrong direction