home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / business / ii62.zip / II62.EXE / GO.BAT < prev    next >
DOS Batch File  |  1993-06-18  |  576b  |  19 lines

  1. @cls
  2. :delete any old work files
  3. @if not exist 0*. goto START
  4. echo . Deleting old files ...
  5. echo . Please be sure you teminate the program from the main menu.
  6. echo . Failure to do so, may result in corruption of data.
  7. @echo Y|del 0*.
  8. :START
  9. :program requires FILES=35 (or greater in config.sys file)
  10. @SET CLIPPER=F35
  11. @date
  12. :the following parameters may be used with the program
  13. :    S        no sound (may also be toggled from Setup menu)
  14. :    M        mono color
  15. :    V        do not verify field edits
  16. :    N        suppress snow on some CGA screens
  17. :eg. for no sound and mono color
  18. : ii SM
  19. ii