View Single Post
Old 03-28-2007, 07:33 PM   #5
Redsoxticket
...
iTrader: (0)
 
Redsoxticket's Avatar
 
Join Date: Jan 2004
Location: MA/RI
Posts: 2,411
Go to Dos mode, then use the copy command.

copy c:[pathoffile][nameoffile] a:*.*

This will copy the file from hard drive [c:] to floppy drive [a:] The asterest (*)are there to keep the file name the same.

example:
>copy c:\wifesfolder\spencesbirthday.doc a:*.*
Redsoxticket is offline   Reply With Quote