How To Format a floppy diskette in you A:\ drive:
You are currently browsing the archives for the Microsoft DOS category.
To delete a single file, use the CD command and then type in the path of the file you want to delete.
The type the command DEL followed by a space and then the file name.
At the DOS prompt type COPY *.DOC A:
The asterisk “*” is what’s considered a wildcard and will tell DOS to copy all files in the sources directory that end in an. DOC.