home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 01e / lq_235.zip / DOC.BAT < prev    next >
DOS Batch File  |  1988-07-30  |  590b  |  17 lines

  1. echo off
  2. echo ***   Making LQ documentation disk  ***
  3. if not %1x==x goto ok
  4. echo The DOC command must be followed by a drive letter, or a drive letter
  5. echo plus a directory name. For example, to make a working diskette in drive B,
  6. echo insert a blank, formatted diskette in drive B and enter the command:
  7. echo     doc b:
  8. echo To make a working directory named LQDOC on drive C, enter the commands:
  9. echo     mkdir c:\LQDOC
  10. echo     doc c:\LQDOC\
  11. goto fin
  12. :ok
  13. arce doc.arc %1
  14. echo ------------------------------------------------------------------------
  15. type %1read.me2
  16. :fin
  17.