DOSWRITE.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. DOSWRITE(1)               Minix Programmer's Manual                DOSWRITE(1)
  2. NAME
  3.      doswrite - write a file onto an MS-DOS diskette [IBM]
  4. SYNOPSIS
  5.      doswrite [-a] drive file
  6. OPTIONS
  7.      -a   ASCII file
  8. EXAMPLES
  9.      doswrite A x/y <z   # Write file z to disk as x/y
  10.      doswrite -a B f     # Copy stdin to MS-DOS file f
  11. DESCRIPTION
  12.      Doswrite writes its stdin to an MS-DOS file.  The diskette  or  partition
  13.      must  be  formatted  and  have  an  MS-DOS  file system already in place,
  14.      including all the directories leading up to the file.  See dosdir on  the
  15.      use of single letter drive codes.
  16.                                                                              1