home *** CD-ROM | disk | FTP | other *** search
/ PC Format 14 / Disk14-2.iso / PCF.BAT < prev    next >
DOS Batch File  |  1992-09-24  |  260b  |  30 lines

  1. echo off
  2. :start
  3. cls
  4. main
  5. getkey fl
  6.  
  7. if errorlevel 2 goto llama
  8. if errorlevel 1 goto flex
  9.  
  10. :flex
  11. cls
  12. install
  13. goto quit
  14.  
  15. :llama
  16. cls
  17. cd llama
  18. install
  19. cd..
  20. goto exit
  21.  
  22. :exit
  23. cls
  24. good
  25. getkey x
  26. if errorlevel 1 goto quit
  27. :quit
  28. cls
  29. echo on
  30.