home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / utility / misc / master / batch / shell.bat < prev    next >
DOS Batch File  |  1989-04-16  |  195b  |  11 lines

  1. version => xx
  2. rem $xx[5,]
  3. rem recursive start
  4. rem
  5. loop {
  6.     ask input
  7.     if input = 'EXIT' || input = 'BYE' { break; }
  8.     if '$input[0]' = 'FORMAT' { rem too dangerous; continue; }
  9.     $input
  10. }
  11.