DOSWRITE.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- DOSWRITE(1) Minix Programmer's Manual DOSWRITE(1)
- NAME
- doswrite - write a file onto an MS-DOS diskette [IBM]
- SYNOPSIS
- doswrite [-a] drive file
- OPTIONS
- -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
- DESCRIPTION
- 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.
- 1