home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / catalogs / prog_20.zip / LISTA.BAT < prev    next >
DOS Batch File  |  1993-06-08  |  267b  |  20 lines

  1. @echo off
  2. :start
  3. cls
  4. be program.be
  5. if errorlevel == 3 goto let
  6. if errorlevel == 2 goto novita
  7. if errorlevel == 1 goto elenco
  8. goto fine
  9. :elenco
  10. list elenco.txt
  11. goto start
  12. :novita
  13. list novita.txt
  14. goto start
  15. :let
  16. list lettera.txt
  17. goto start
  18. :fine
  19. cls
  20.