home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / 100UTILI / VGAUTIL.ZIP / MAKE.BAT < prev    next >
DOS Batch File  |  1988-01-26  |  513b  |  13 lines

  1. echo off
  2. ECHO  For use with WordStar Release 3.30 ONLY.
  3. ECHO  This procedure will modify your Wordstar file %2 for use
  4. ECHO  in 132 column by %1 row display mode.
  5. ECHO  If this is not what you intend, if you are not using WordStar 
  6. ECHO  Release 3.30, or if you are not using a copy
  7. ECHO  of your Wordstar program hold down [CTRL] while
  8. ECHO  typing the letter C, then press the letter Y.
  9. ECHO  Otherwise...
  10. pause
  11. debug %2 < %1
  12. echo Wordstar file %2 is now modified to support 132 columns & %1 rows.
  13.