Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Copy a file during a Software Installation
2007-01-23, 12:00 PM,
#2
RE: Copy a file during a Software Installation
Hi,

1. I think cmd \c COPY is wrong, cmd /c COPY is better Wink

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"
or
Code:
cmd /c COPY /Y "%CDROM%\Software\Sophos\TopLevelCatalogue.dat" "%Programfiles%\Sophos\AutoUpdate\Config\*.*"
Vitali

[Image: wucdcreator.png]
[Image: winfuture.png]
[Image: mysoft.gif]
Reply


Messages In This Thread
RE: Copy a file during a Software Installation - by Vitali - 2007-01-23, 12:00 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)