oneless: Thank you. "%programfiles\aaa\bbb.exe" works. Another command needs help: How to run ccc.exe by bbb.exe ? e.g. patch.exe rar.exe : to patch the rar.exe file(both patch.exe and rar.exe in the same directory) "%programfiles\aaa\patch.exe rar.exe" >>> not work
%windir%\system32\xcopy /E /V /Q "%cdrom%\install\_antivirus\Kaspersky\reg\*.*" " c:\program files\aaa\*.*" this one work ! thank you path must be with " " !
it works for this path: %windir%\system32\xcopy /E /V /Q %cdrom%\install\_antivirus\Kaspersky\reg\*.* c:\aaa\*.* but not work for this paths %windir%\system32\xcopy /E /V /Q %cdrom%\install\_antivirus\Kaspersky\reg\*.* c:\program files\aaa\*.* any help ??? thank you.
Hi ! Guys ! I want to make a copy of a directory (inclding all files in it) from cd to Harddisk by WPI . How to config the command for this "copy"??? i.e. 1.I want to make this copy from cd to c:\program files\... xcopy C:\xp-cd\root\install\_antivirus\Kaspersky\50227\reg\*.* C:\Program files\Kaspersky Lab\Kaspersky Anti-Virus Personal\*.*/s how to write this command in config ???? 2. cmd/c copy %cdrom%\install\aaa\*.* c:\program files\bbb\*.*/s This doesn't work !!!! Anyone help me ? Thank you.!
Hi ! After I (unattended) install my xp-sp2(incl), can I still use this WIHU to install my other application programs from this (unattended)installation-cd (not continuous installation, say, three days later)??