66 lines
712 B
Plaintext
66 lines
712 B
Plaintext
|
|
|
|
|
|
|
|
|
|
Command: doswrite - write a file onto an MS-DOS diskette [IBM]
|
|
Syntax: doswrite [-a] drive file
|
|
Flags: -a ASCII file
|
|
Examples: doswrite A x/y <z # Write file z to disk as x/y
|
|
doswrite -a B f # Copy stdin to MS-DOS file f
|
|
|
|
Doswrite writes its stdin to an MS-DOS file. The diskette or
|
|
partition must be formatted and have an MS-DOS file system already in
|
|
place, including all the directories leading up to the file. See dosdir
|
|
on the use of single letter drive codes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|