Copy a file during a Software Installation
|
2007-01-23, 12:00 PM,
|
|||
|
|||
RE: Copy a file during a Software Installation
Hi,
1. I think cmd \c COPY is wrong, cmd /c COPY is better 2. I think /y" is wrong too, without a quota is better. Is "%Programfiles%\Sophos\AutoUpdate\Config" a file or directory? Try follow: Code: cmd /c COPY /Y "%CDROM%\Software\Sophos\TopLevelCatalogue.dat" "%Programfiles%\Sophos\AutoUpdate\Config\TopLevelCatalogue.dat" Code: cmd /c COPY /Y "%CDROM%\Software\Sophos\TopLevelCatalogue.dat" "%Programfiles%\Sophos\AutoUpdate\Config\*.*" |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Copy a file during a Software Installation - by anthonyb - 2007-01-23, 10:30 AM
RE: Copy a file during a Software Installation - by Vitali - 2007-01-23, 12:00 PM
RE: Copy a file during a Software Installation - by JosephRB - 2007-01-26, 04:18 PM
RE: Copy a file during a Software Installation - by Vitali - 2007-01-26, 04:55 PM
|
Users browsing this thread: 1 Guest(s)