All I Want Is The Command

G

Guest

As I said I have Windows ME installed currently and that
supports dos boot using startup disk so all I wanna know
is whats the command to transfer files from a folder NEW
in D: to a folder in C:. Thats All Hope u understand Thanks
 
R

Ron Martell

As I said I have Windows ME installed currently and that
supports dos boot using startup disk so all I wanna know
is whats the command to transfer files from a folder NEW
in D: to a folder in C:. Thats All Hope u understand Thanks

At the A:\> prompt enter the following commands:

SMARTDRV
MD C:\NEW
XCOPY D:\NEW\*.* C:\NEW

The first command loads the Smartdrv disk caching utility which will
greatly speed up the copying process if there is a lot to be copied.

The second command creates a folder named NEW on drive C: to copy the
files into. You can change the name to whatever you want or use an
already existing folder. If you do this then you need to change the
last parameter in the third command accordingly.

The third command does the actual copying.

Good luck


Ron Martell Duncan B.C. Canada
--
Microsoft MVP
On-Line Help Computer Service
http://onlinehelp.bc.ca

"The reason computer chips are so small is computers don't eat much."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top