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

I have 1 file I need on a crashed computer and I've worked 3 days just to get a dos screen from a windows 98 disk (Im running 2000). The file will fit on a floppy if I can format it.

Thanks.

2006-12-27 12:13:01 · 6 answers · asked by Anonymous in Computers & Internet Software

6 answers

At the command prompt
C:\FORMAT A:
press enter, when finished it'll show info
then
C:\COPY (your file and path) a:

The path would be something like
C:\WINDOWS\DESKTOP\FILE ABC.DOC
so the command would be
C:\ CD WINDOWS\DESKTOP
(this changes to the desktop directory)
then
C:\ WINDOWS\DESKTOP\COPY FILE ABC.DOC A:

2006-12-27 12:30:57 · answer #1 · answered by heartmindspace 3 · 1 0

Stick the floppy in the drive and type the following to format it:

FORMAT A: /Q

To copy a file to the floppy, first move to the folder that contains the file by using the cd (Change Directory) command like so:

cd "C:/foldername1/foldername2/.../foldernameX"

So, for instance of you file is in C:/Program Files/blah, you'd type:

cd "C:/Program Files/blah"

Then, to copy your file to the floppy, you'd type:

copy A:

So if you file was called test.doc, you'd type

copy test.doc A:

2006-12-27 20:23:21 · answer #2 · answered by Bamba 5 · 1 0

to format your floppy so you can use it:
at the prompt, type: format a: (hit enter)
"format process will proceed as you follow prompts"

to copy a file to it, floppy (which you can do in 2 ways. use whatever you are comfortable with): I'll use the filename, myfile.doc for illustration purposes.

at the c:\ prompt, type copy myfile.doc a:\ (hit enter)

or

at the c:\ prompt type in a: (hit enter) the prompt will now show:
a:\

now you can then type in copy c:\myfile.doc (hit enter)

either way will give you the same result: copy the file you wanted from c drive to your floppy disk.

take charge!

2006-12-27 20:37:59 · answer #3 · answered by moolahcometh 3 · 1 0

Don't understand. Why do you have to format the floppy. They came formatted years ago. Am I missing something?

2006-12-28 01:06:14 · answer #4 · answered by TheHumbleOne 7 · 1 0

Format the floppy disk :
command
-------------
Format A:
then hit Enter

copy the file
Command
---------------
Copy C:\foldername\filename.ext A:
then hit Enter

C:\folder name\filename.ext should be replaced with the path and name and extension of ur file ... ( note that you have to ignore spaces in the path and name if they exist )

2006-12-27 20:19:58 · answer #5 · answered by Abuda 3 · 1 0

did you try copy with same name
c: copy c:/path/filename.ext a:
or copy c:filename.ext a:
should work

2006-12-27 20:24:24 · answer #6 · answered by pilot 5 · 1 0

fedest.com, questions and answers