home *** CD-ROM | disk | FTP | other *** search
/ PC Plus 24 / ISSUE_24_SEP_1988 / PCPLUS.BAT next >
Encoding:
DOS Batch File  |  1988-01-01  |  1.5 KB  |  80 lines

  1. ECHO OFF
  2. PATH A:\; A:\INTRO
  3. CD INTRO
  4. SCRDISP SEPT
  5. SCRDISP SEPT1
  6. :MENU
  7. CD ..\INTRO
  8. CLS
  9. SCRDISP SEPT2
  10. IF ERRORLEVEL 192 GOTO ENDQUIT
  11. IF ERRORLEVEL 190 GOTO F4SHORTIES
  12. IF ERRORLEVEL 189 GOTO F3GAMES
  13. IF ERRORLEVEL 188 GOTO F2DAYPLAN
  14. IF ERRORLEVEL 187 GOTO F1DEMO
  15. IF ERRORLEVEL  28 GOTO MENU
  16. :F1DEMO
  17. CD ..\DEMO
  18. SCRDISP SEPT3
  19. IF ERRORLEVEL 190 GOTO MENU
  20. IF ERRORLEVEL 189 GOTO ENDQUIT
  21. IF ERRORLEVEL 188 GOTO HARD
  22. IF ERRORLEVEL 187 GOTO FLOPPY
  23. IF ERRORLEVEL  28 GOTO MENU
  24. :HARD
  25. C:
  26. CD\
  27. MD EASY
  28. A:
  29. CLS
  30. EASYAS C:\EASY
  31. GOTO MESSAGE
  32. :FLOPPY
  33. CLS
  34. EASYAS B:\
  35. GOTO MESSAGE
  36. :MESSAGE
  37. CLS
  38. ECHO.
  39. ECHO As-Easy-As has now been unpacked to the drive you have specified.
  40. ECHO Please refer to the SuperDisk pages for details of how to use it.
  41. ECHO.
  42. PAUSE
  43. GOTO MENU
  44. :F2DAYPLAN
  45. CD ..\DAYPLAN
  46. CLS
  47. ECHO.
  48. ECHO.
  49. ECHO Unfortunately you cannot install Dayplan from withint the PCPLUS batch file.
  50. ECHO Please refer to the SuperDisk pages for details of how to install the program.
  51. ECHO.
  52. PAUSE
  53. GOTO MENU
  54. :F3GAMES
  55. CD ..\GAMES
  56. CLS
  57. GALACTIX
  58. PAUSE
  59. GOTO MENU
  60. :F4SHORTIES
  61. CD ..\SHORTIES
  62. CLS
  63. ECHO You're in the SHORTIES sub-directory.
  64. ECHO.
  65. ECHO This contains a number of smaller utilities, further details of
  66. ECHO which are in the SuperDisk section of the magazine. Some have
  67. ECHO documentation in .DOC files, use the MS-DOS command TYPE to
  68. ECHO read these.
  69. ECHO.
  70. ECHO Here's the directory listing...
  71. DIR
  72. ECHO.
  73. ECHO.
  74. PAUSE
  75. GOTO ENDQUIT
  76. :ENDQUIT
  77. CD..
  78. CLS
  79. ECHO Have a nice September..........
  80.