Help - Search - Members - Calendar
Full Version: What's the error?
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
Tecia
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?
un4given1
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.
mazin
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\"




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.