home *** CD-ROM | disk | FTP | other *** search
/ PC Format 5 / Disk5.iso / PCF.BAT < prev    next >
DOS Batch File  |  1991-12-10  |  922b  |  80 lines

  1. echo off
  2. cls
  3. disp pcf0 2
  4. disp pcfiss5 1
  5.  
  6. :start
  7. nocurs
  8. disp pcfiss5 2
  9. getkey deqtlx
  10.  
  11. if errorlevel 6 goto quit
  12. if errorlevel 5 goto bio
  13. if errorlevel 4 goto disk
  14. if errorlevel 3 goto quik
  15. if errorlevel 2 goto egaint
  16. if errorlevel 1 goto death
  17.  
  18. :egaint
  19. disp pcfiss53 2
  20. getkey yn
  21.  
  22. if errorlevel 2 goto start
  23. if errorlevel 1 goto egaint2
  24.  
  25. :egaint2
  26. cd\egaint
  27. egaint
  28. cd\
  29. goto start
  30.  
  31. :death
  32. disp pcfiss52 2
  33. getkey yn
  34.  
  35. if errorlevel 2 goto start
  36. if errorlevel 1 goto death2
  37.  
  38. :death2
  39. cd death
  40. dbdemo
  41. cd\
  42. goto start
  43.  
  44. :disk
  45. go
  46. goto start
  47.  
  48. :bio
  49. disp pcfiss54 2
  50. getkey yn
  51.  
  52. if errorlevel 2 goto start
  53. if errorlevel 1 goto bio2
  54.  
  55. :bio2
  56. cd bio
  57. bio
  58. cd\
  59. goto start
  60.  
  61. :quik
  62. disp pcfiss55 2
  63. getkey yn
  64.  
  65. if errorlevel 2 goto start
  66. if errorlevel 1 goto quik2
  67.  
  68. :quik2
  69. cd quik
  70. quik
  71. cd\
  72. goto start
  73.  
  74. :quit
  75. cls
  76. echo thankyou for using the PC Format coverdisk.
  77. cd\
  78. pause
  79.  
  80.