Copy files from Petemp to C
Hi
I need to copy two files from the K2000 to the local C drive during a scripted installation.
I've learned you can put files into the \\K2000\petemp directory, so i tried to run following script as e KBE postinstallation task.
CD T:\petemp
XCOPY T:\petemp\script.bat C:\Windows\System32
XCOPY T:\petemp\Path_Deploy.vbs C:\Windows\System32
pause
And when I try to install my OS the boot environment prompts : 'could not find following files'.
Does anyone know a solution?
Thx in advance.
0 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
The correct syntax is XCOPY T:\script.bat C:\Windows\System32 XCOPY T:\Path_Deploy.vbs C:\Windows\System32
The correct syntax is XCOPY T:\script.bat C:\Windows\System32 XCOPY T:\Path_Deploy.vbs C:\Windows\System32
Please log in to answer
Posted by:
UnderYens
12 years ago