ECHO.
ECHO Update RefList
ECHO Please wait...
REN %systemdrive%\Programmi\Lavasoft\Ad-aware 6\reflist.ref reflist.old
COPY "%systemdrive%\install\Applications\AdAwarePro\reflist.ref" "%systemdrive%\Programmi\Lavasoft\Ad-aware 6\"
In cmd.exe:
Update RefList
Please wait...
Sintassi del comando errata [wrong syntax command]
1 file copiati. [1 file copy]
Why i have a wrong syntax command?
Page 1 of 1
What's the error?
#2
Posted 10 November 2003 - 01:29 PM
the second part of your COPY command does not include the file name. You specify the file name to copy, but not what it's destination name is.
#3
Posted 07 July 2004 - 04:23 PM
I found this topic by chance when searching for Ad-aware posts. I wonder if the problem still exists.
The problem is in the space here:
REN %systemdrive%\Programmi\Lavasoft\Ad-aware^6\reflist.ref reflist.old
It should be:
REN "%systemdrive%\Programmi\Lavasoft\Ad-aware 6\reflist.ref" reflist.old
However, this is a better string:
COPY /y "%systemdrive%\install\Applications\AdAwarePro\reflist.ref" "%systemdrive%\Programmi\Lavasoft\Ad-aware 6\"
The problem is in the space here:
REN %systemdrive%\Programmi\Lavasoft\Ad-aware^6\reflist.ref reflist.old
It should be:
REN "%systemdrive%\Programmi\Lavasoft\Ad-aware 6\reflist.ref" reflist.old
However, this is a better string:
COPY /y "%systemdrive%\install\Applications\AdAwarePro\reflist.ref" "%systemdrive%\Programmi\Lavasoft\Ad-aware 6\"
Share this topic:
Page 1 of 1



Help
Back to top









