Files
oldlinux-files/Minix/1.7.5/MANUALS/CAT0/DOSWRITE
2024-02-19 00:21:39 -05:00

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.