English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

This might solve my problem temporarily. I want to copy some important files to my hard disk with MS DOS only because my OS has problems, probably missing or corrupted necessary files. But the thing is I don't know what to type in MS DOS. What is/are the command(s) in copying files?

2006-12-06 01:19:59 · 4 answers · asked by ß!ߤ¥ 3 in Computers & Internet Other - Computers

4 answers

copy d:\"filename"/c:
or
copy d:\"filename"/c:\
John
A+ Certified

2006-12-06 01:25:53 · answer #1 · answered by A+ Certified Professional 5 · 0 0

Boot up computer with start up disk of windows 98, and during the boot up when you have choice to boot with CD press enter on it so the computer will recognize the CD drive. after you get a:\
lets say your CD drive is D: type cd\d: press enter
now you are in drive d:
note: before you do all of that you have to make a folder on drive c: where you want to copy the file to. lets say you made a folder and named it my files, now type

d:\ copy *.* c:\myfiles press enter
all files on drive d: will start coping

Note: if your CD dive is not d: could be e: or g: you have to notice that you replace the d:\ copy *.* to e:\ copy *.*
or g:\ copy *.*
Good luck
Adnan Sallam
Napa, California

2006-12-06 09:41:58 · answer #2 · answered by Anonymous · 0 0

Click on Start->Run, type 'cmd' and you'll get the command prompt. Let's suppose your cd rom drive is 'e:' . In the command prompt, type e:, hit enter and you'll go the cd rom, type 'dir' now and you'll get the list of files on the cd. now in the prompt, type 'copy file c:' where 'file' (given as example) is the name of the file that you want to copy from the cd rom to the 'c:' prompt.

2006-12-06 09:28:36 · answer #3 · answered by doodle 1 · 0 0

sample

COPY A:PEMSOPT.EXE C:\PEIMSEDT\PEMSOPT.EXE and press [ENTER].

2006-12-06 09:29:27 · answer #4 · answered by Mitchell b 3 · 0 0

fedest.com, questions and answers