home *** CD-ROM | disk | FTP | other *** search
/ Game Master / GameMaster.zip / Jogos / Tabuleiro / Chessopg / MAKEDOC.BAT < prev    next >
DOS Batch File  |  1994-09-08  |  335b  |  12 lines

  1. echo off
  2. echo Have you altered MAKEDOC.BAT to reflect your paper page length?
  3. pause
  4.  
  5. rem     ALTER the 60 in the statements below to equal the number of lines
  6. rem     per page (whether printed or not) on the paper you are using.
  7.  
  8. doc chessopg.hlp  start 60 > chessopg.doc
  9.  
  10. echo Documentation now in printfile chessopg.doc
  11.  
  12.