Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: xcopy help  (Read 2819 times)

0 Members and 1 Guest are viewing this topic.

DKSNOWDON

    Topic Starter


    Greenhorn

    xcopy help
    « 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

    BatchFileBasics



      Hopeful

      Thanked: 18
      Re: xcopy help
      « Reply #1 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

      When the power of love overcomes the love of power the world will know peace - Jimi Hendrix.

      smeezekitty

      • Guest
      Re: xcopy help
      « Reply #2 on: August 25, 2009, 02:20:29 PM »
      what BFB is trying to say is the slash is the wrong direction