Copy files to different dir
|
2009-03-26, 08:08 PM,
|
|||
|
|||
Copy files to different dir
Hi, i'm a first time user of windows unattended cd creator.
My question is : I have created with success an unattended windows xp now i would like to have a directory c:\PORTABLE with several other directories with portable programmes (GIMP, FIREFOX portable, NOTePAD portable enz....) So just copy to the directory portable and thats it. How do i do this in the program windows unattended cd creator? TX anyone, anywhere, anytime, anyhow. |
|||
2009-03-26, 10:47 PM,
|
|||
|
|||
RE: Copy files to different dir
1. integrate portable soft as any another soft in CD
2. as install step use xcopy instead of "anysetup.exe" like: xcopy "%cdrom%\portable\firefox" "c:\progs\firefox" /S /R this copy a directory from CD to your directory on HDD. Read more help about xcopy in internet. |
|||
2009-03-27, 10:31 AM,
|
|||
|
|||
RE: Copy files to different dir
I have tried with :
xcopy %CDROM%\Software\Portable" "c:\Portable" /R /S and it doesn't work. What did i do wrong? |
|||
2009-03-27, 10:32 AM,
|
|||
|
|||
RE: Copy files to different dir | |||
2009-03-27, 12:15 PM,
|
|||
|
|||
RE: Copy files to different dir
Thank you very much.
It works great now. Only the program asks me if its a file or a directory so i needed another switch xcopy "%CDROM%\Software\Portable" "c:\Portable" /R /S /I i have put an /I after it , does that seems right to you or is it in the wrong place? |
|||
2009-03-27, 02:43 PM,
|
|||
|
|||
RE: Copy files to different dir
(2009-03-27, 12:15 PM)bobo5290461 Wrote: Thank you very much.That is unimportant. And I think it better to use /Y instead of /R |
|||
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)