View Full Version : batch files in windows xp?
L. T. Portella
January 31st 04, 04:41 AM
Copying one directory from one hard drive to another hard drive in Windows
xp
In the old days, it was very simple to write a batch file and copy one
directory from one hard drive to another hard drive. How can I do this in
Windows XP? Thank you.
Michael J. Gregg
January 31st 04, 06:41 AM
The same way.
From the Start Menu, select RUN, then enter CMD and click ok.
Now to copy the folder:
xcopy c:\source_folder d:\destination_folder /s/e
You can also type:
xcopy /?
for help on using XCOPY.
"L. T. Portella" > wrote in message
t...
> Copying one directory from one hard drive to another hard drive in Windows
> xp
>
> In the old days, it was very simple to write a batch file and copy one
> directory from one hard drive to another hard drive. How can I do this in
> Windows XP? Thank you.
>
>
vBulletin® v3.6.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.