home *** CD-ROM | disk | FTP | other *** search
/ PC Format 1 / PCFORMATISSUE1DISK.iso / A / PCF.BAT < prev    next >
DOS Batch File  |  1991-08-27  |  1KB  |  85 lines

  1. echo off
  2. cls
  3.  
  4. :start
  5. nocurs
  6. disp pcfiss1 1
  7. getkey abcdefg
  8.  
  9. if errorlevel 7 goto quit
  10. if errorlevel 6 goto spark
  11. if errorlevel 5 goto nocursd
  12. if errorlevel 4 goto lhadoc
  13. if errorlevel 3 goto sb2hdsk
  14. if errorlevel 2 goto sbii
  15. if errorlevel 1 goto mig29
  16.  
  17. :mig29
  18. disp pcfiss12 2
  19. cd \mig29II
  20. mig29m
  21. cd \
  22. goto start
  23.  
  24. :sbii
  25. cls
  26. echo off
  27. echo  Please ensure that the PCF Cover disk is in Drive B:
  28. echo  Should this disk be in drive A: the install program will
  29. echo  fail. Should this happen, please re-insert drive B: and type
  30. echo  PCF [Enter] at the relevant DOS prompt.
  31. pause
  32. b:
  33. cd \sb2
  34. disk3
  35. cd\
  36. goto start
  37.  
  38. :lhadoc
  39. cls
  40. cd \sb2
  41. type lha.doc |more
  42. cd\
  43. pause
  44. goto start
  45.  
  46. :sb2hdsk
  47. cls
  48. c:
  49. md sb2
  50. cd sb2
  51. copy a:\sb2\*.* c:\sb2
  52. echo  Please insert blank formated disk in drive A:
  53. pause
  54. disk3
  55. a:
  56. setup
  57. demo
  58. echo  Please insert PCF cover disk in drive A:
  59. pause
  60. pcf
  61. goto start
  62.  
  63. :nocursd
  64. cls
  65. type nocurs.doc |more
  66. pause
  67. goto start
  68.  
  69. :spark
  70. cls
  71. cd \sparks
  72. sparks
  73. cd\
  74. echo  If you leave the PC alone for about tem minutes, a firework display 
  75. echo  on your very own PC.
  76. pause
  77. goto start
  78.  
  79. :quit
  80. cls
  81. echo thankyou for using the PCF Cover Disk.
  82. cd\
  83. pause
  84.  
  85.