Computing.Net > Forums > Disk Operating System > how do you copy a:\ to C:\ in dos 6.22

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

how do you copy a:\ to C:\ in dos 6.22

Reply to Message Icon

Name: pc idot
Date: August 29, 2001 at 11:08:03 Pacific
Comment:

how do you copy a:\ to C:\ in dos 6.22



Sponsored Link
Ads by Google

Response Number 1
Name: Apricot
Date: August 29, 2001 at 11:37:58 Pacific
Reply:

to copy a particular file in the A drive to a particular directory in C drive;

Copy A:\filename.EXT C:\directory

This copies all the files and directories to a directory on the C: drive. Empty directories are not copied:

Xcopy a:\*.* c:\directory /s

For help in DOS 6.XX type
copy /?

or just type HELP



0

Response Number 2
Name: jsaphiloff
Date: September 1, 2001 at 00:34:51 Pacific
Reply:

if you want the directories copied as well use:
xcopy /e


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: how do you copy a:\ to C:\ in dos 6.22

How do I work a CD Drive in DOS? www.computing.net/answers/dos/how-do-i-work-a-cd-drive-in-dos/14307.html

How do you format a hard drive through dos www.computing.net/answers/dos/how-do-you-format-a-hard-drive-through-dos/4332.html

How to run a .reg file in dos. www.computing.net/answers/dos/how-to-run-a-reg-file-in-dos/2297.html