Computing.Net > Forums > Disk Operating System > Copying Files

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.

Copying Files

Reply to Message Icon

Name: Sinisa
Date: July 25, 2000 at 17:11:49 Pacific
Comment:

Hi is there any commands in DOS that you can copy all files you have in one directory to anater directory?
For example
AUTOEXEC.BAT
FDISK.COM
LABEL.COM
EDIT.COM
How can i copy all this files at one time to anather dir or drive -- C:\ OR A:\
Thanks!!!!!!!!



Sponsored Link
Ads by Google

Response Number 1
Name: Igor M
Date: July 25, 2000 at 21:03:25 Pacific
Reply:

You need to use wildcard (*.*) instead of file names. For example to copy all files from the root directory of C: drive to A: use the command

Copy C:\*.* A:

As a general rule you can use * instead of any symbol combination and ? instead of any single symbol. For example, a*.* mean all files begining with a and with any extention. Or a?.* mean all files which names begins with a letter and contain 2 symbols and with any extention.

Good luck, Igor


0

Response Number 2
Name: Mick C
Date: July 26, 2000 at 00:01:30 Pacific
Reply:

Or you can use a program like LapLink or FastLynx as a simple file manager. Highlight all your files and copy in one pass. Download FastLynx from my MS-DOS Resource Page at:

http://www.powerload.fsnet.co.uk


0

Response Number 3
Name: mr o
Date: July 26, 2000 at 03:09:49 Pacific
Reply:

why would you want to use laplink to copy files?
surly list.com or something like that would be better,
its like using a terminal program as a word processer! it isnt really designed for the job.


0

Response Number 4
Name: Sinisa
Date: July 28, 2000 at 17:51:15 Pacific
Reply:

Thanks Igor, Mick c, mr o FOR YOUR HELP!!!


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: Copying Files

copy files www.computing.net/answers/dos/copy-files-/10684.html

Copying files via dos www.computing.net/answers/dos/copying-files-via-dos/12661.html

Copying Files www.computing.net/answers/dos/copying-files/9601.html