| 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:*.*
 |