home *** CD-ROM | disk | FTP | other *** search
/ Online Bible 1995 March / ROM-1025.iso / olb / mm.bat < prev    next >
DOS Batch File  |  1995-03-03  |  1KB  |  75 lines

  1. @echo off
  2. echo off
  3. cls
  4. if %cd%x == x setcd mm
  5. :begin
  6.    %cd%
  7.    choose 12 "Select Language" English Dutch French German Russian Spanish Tribal Italian Others
  8.    if not errorlevel 1 goto end
  9.    if errorlevel 9 goto eng
  10.    if errorlevel 8 goto dut
  11.    if errorlevel 7 goto fre
  12.    if errorlevel 6 goto ger
  13.    if errorlevel 5 goto rus
  14.    if errorlevel 4 goto spa
  15.    if errorlevel 3 goto tbl
  16.    if errorlevel 2 goto ity
  17.    if errorlevel 1 goto msc
  18.    goto end
  19. :eng
  20.    cd bible
  21.    %comspec% /c mm
  22.    %cd%
  23.    cd %cd%\olb
  24.    goto begin
  25. :fre
  26.    cd biblefre
  27.    %comspec% /c mm
  28.    %cd%
  29.    cd %cd%\olb
  30.    goto begin
  31. :ger
  32.    cd bibleger
  33.    %comspec% /c mm
  34.    %cd%
  35.    cd %cd%\olb
  36.    goto begin
  37. :dut
  38.    cd bibledut
  39.    %comspec% /c mm
  40.    %cd%
  41.    cd %cd%\olb
  42.    goto begin
  43. :spa
  44.    cd biblespa
  45.    %comspec% /c mm
  46.    %cd%
  47.    cd %cd%\olb
  48.    goto begin
  49. :rus
  50.    cd biblerus
  51.    %comspec% /c mm
  52.    %cd%
  53.    cd %cd%\olb
  54.    goto begin
  55. :tbl
  56.    cd bibletbl
  57.    %comspec% /c mm
  58.    %cd%
  59.    cd %cd%\olb
  60.    goto begin
  61. :ity
  62.    cd bibleity
  63.    %comspec% /c mm
  64.    %cd%
  65.    cd %cd%\olb
  66.    goto begin
  67. :msc
  68.    cd biblemsc
  69.    %comspec% /c mm
  70.    %cd%
  71.    cd %cd%\olb
  72.    goto begin
  73. :end
  74.    if not %1x == x %1
  75.