home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / SPITFIRE / SFMNUEXT.ZIP / SFDOREXT.BAT < prev    next >
DOS Batch File  |  1994-01-26  |  3KB  |  111 lines

  1. @Echo Off
  2. BRK OFF
  3. COPY SFDOORS.DAT C:\SF\SFEXTEND
  4. :LOOP
  5.    C:
  6.    CD\SF\SFEXTEND
  7.    SFMNUEXT
  8.    IF ERRORLEVEL 48 GOTO EXTEND_Z
  9.    IF ERRORLEVEL 46 GOTO EXTEND_Y
  10.    IF ERRORLEVEL 44 GOTO EXTEND_X
  11.    IF ERRORLEVEL 42 GOTO EXTEND_W
  12.    IF ERRORLEVEL 40 GOTO EXTEND_V
  13.    IF ERRORLEVEL 38 GOTO EXTEND_U
  14.    IF ERRORLEVEL 36 GOTO EXTEND_T
  15.    IF ERRORLEVEL 34 GOTO EXTEND_S
  16.    IF ERRORLEVEL 32 GOTO EXTEND_R
  17.    IF ERRORLEVEL 30 GOTO EXTEND_P
  18.    IF ERRORLEVEL 28 GOTO EXTEND_O
  19.    IF ERRORLEVEL 26 GOTO EXTEND_N
  20.    IF ERRORLEVEL 24 GOTO EXTEND_M
  21.    IF ERRORLEVEL 22 GOTO EXTEND_L
  22.    IF ERRORLEVEL 20 GOTO EXTEND_K
  23.    IF ERRORLEVEL 18 GOTO EXTEND_J
  24.    IF ERRORLEVEL 16 GOTO EXTEND_I
  25.    IF ERRORLEVEL 14 GOTO EXTEND_H
  26.    IF ERRORLEVEL 12 GOTO EXTEND_F
  27.    IF ERRORLEVEL 10 GOTO EXTEND_E
  28.    IF ERRORLEVEL 8 GOTO EXTEND_D
  29.    IF ERRORLEVEL 6 GOTO EXTEND_C
  30.    IF ERRORLEVEL 4 GOTO EXTEND_B
  31.    IF ERRORLEVEL 2 GOTO EXTEND_A
  32.    IF ERRORLEVEL 1 GOTO LOOP
  33.    IF ERRORLEVEL 0 GOTO END
  34. :EXTEND_A
  35.    REM Place EXTENSION A Commands Here
  36.    GOTO LOOP
  37. :EXTEND_B
  38.    REM Place EXTENSION B Commands Here
  39.    GOTO LOOP
  40. :EXTEND_C
  41.    REM Place EXTENSION C Commands Here
  42.    GOTO LOOP
  43. :EXTEND_D
  44.    REM Place EXTENSION D Commands Here
  45.    GOTO LOOP
  46. :EXTEND_E
  47.    REM Place EXTENSION E Commands Here
  48.    GOTO LOOP
  49. :EXTEND_F
  50.    REM Place EXTENSION F Commands Here
  51.    GOTO LOOP
  52. :EXTEND_H
  53.    REM Place EXTENSION H Commands Here
  54.    GOTO LOOP
  55. :EXTEND_I
  56.    REM Place EXTENSION I Commands Here
  57.    GOTO LOOP
  58. :EXTEND_J
  59.    REM Place EXTENSION J Commands Here
  60.    GOTO LOOP
  61. :EXTEND_K
  62.    REM Place EXTENSION K Commands Here
  63.    GOTO LOOP
  64. :EXTEND_L
  65.    REM Place EXTENSION J Commands Here
  66.    GOTO LOOP
  67. :EXTEND_M
  68.    REM Place EXTENSION M Commands Here
  69.    GOTO LOOP
  70. :EXTEND_N
  71.    REM Place EXTENSION N Commands Here
  72.    GOTO LOOP
  73. :EXTEND_O
  74.    REM Place EXTENSION O Commands Here
  75.    GOTO LOOP
  76. :EXTEND_P
  77.    REM Place EXTENSION P Commands Here
  78.    GOTO LOOP
  79. :EXTEND_R
  80.    REM Place EXTENSION R Commands Here
  81.    GOTO LOOP
  82. :EXTEND_S
  83.    REM Place EXTENSION S Commands Here
  84.    GOTO LOOP
  85. :EXTEND_T
  86.    REM Place EXTENSION T Commands Here
  87.    GOTO LOOP
  88. :EXTEND_U
  89.    REM Place EXTENSION U Commands Here
  90.    GOTO LOOP
  91. :EXTEND_V
  92.    REM Place EXTENSION V Commands Here
  93.    GOTO LOOP
  94. :EXTEND_W
  95.    REM Place EXTENSION W Commands Here
  96.    GOTO LOOP
  97. :EXTEND_X
  98.    REM Place EXTENSION X Commands Here
  99.    GOTO LOOP
  100. :EXTEND_Y
  101.    REM Place EXTENSION Y Commands Here
  102.    GOTO LOOP
  103. :EXTEND_Z
  104.    REM Place EXTENSION Z Commands Here
  105.    GOTO LOOP
  106. :END
  107.    C:
  108.    IF EXIST C:\SF\SFEXTEND\SFDOORS.DAT ERASE C:\SF\SFEXTEND\SFDOORS.DAT
  109.    CD\SF
  110.    BRK ON
  111.