home *** CD-ROM | disk | FTP | other *** search
/ Online Bible 1995 March / ROM-1025.iso / olb / go.bat < prev    next >
DOS Batch File  |  1995-04-25  |  4KB  |  106 lines

  1. if %cd%x == x setcd go
  2. cd %cd%\olb
  3. @echo off
  4. echo off
  5. cls
  6. echo      █████████████████████████████████████████████████████████████████████
  7. echo      ██                                                                 ██
  8. echo      ██  THE ONLINE BIBLE MATERIAL MAY NOT BE PUBLISHED ON CD-ROM IN    ██
  9. echo      ██     ANY FORM WITHOUT WRITTEN PERMISSION FROM LARRY PIERCE,      ██
  10. echo      ██      11 HOLMWOOD ST. WINTERBOURNE, ONT., CANADA, N0B 2V0        ██
  11. echo      ██                                                                 ██
  12. echo      ██  This includes:                                                 ██
  13. echo      ██   PC-SIG, CHESTNUT CD's, Most Significant Bytes, Advantage Plus ██
  14. echo      ██     All members of the Association of Shareware Professionals.  ██
  15. echo      ██                                                                 ██
  16. echo      █████████████████████████████████████████████████████████████████████
  17. pause
  18. :begin
  19. echo off
  20.    choose 12 "Online Bible 6.13 CD" "Fast Start" Tutorial "Run OLB" Contents "Hard Disk Install" "Making Copies"  "Verify CD"
  21.    if errorlevel 9 goto e9
  22.    if errorlevel 8 goto e8
  23.    if errorlevel 7 goto e7
  24.    if errorlevel 6 goto e6
  25.    if errorlevel 5 goto e5
  26.    if errorlevel 4 goto e4
  27.    if errorlevel 3 goto e3
  28.    goto dos
  29. :e9
  30.    view read.me
  31.    goto begin
  32. :e8
  33.    view tutorial.doc
  34.    goto begin
  35. :e7
  36.    cls
  37.    %comspec% /c mm.bat go
  38.    goto dos
  39. :e6
  40.    view contents.doc
  41.    goto begin
  42. :e5
  43. cls
  44. echo      █████████████████████████████████████████████████████████████████████
  45. echo      **                                                                 **
  46. echo      ██                                                                 ██
  47. echo      ██   Press ENTER to begin the CD-ROM installation on Hard Drive    ██
  48. echo      ██                and then select option A to start.               ██
  49. echo      ██                                                                 ██
  50. echo      ██ In Canada and U.S.A. order a printed manual for $5 by calling   ██
  51. echo      ██                       ONLINE BIBLE USA                          ██
  52. echo      ██                        1-800-243-7124                           ██
  53. echo      ██                                                                 ██
  54. echo      ██   Otherwise write Larry Pierce, 11 Holmwood St, Winterbourne,   ██
  55. echo      ██   Ont, CANADA, N0B 2V0 and send $7 in US funds drawn on a US    ██
  56. echo      ██                 bank for one copy of the manual.                ██
  57. echo      ██                                                                 ██
  58. echo      **                                                                 **
  59. echo      █████████████████████████████████████████████████████████████████████
  60. echo 
  61.    pause
  62.    cd %cd%\olb
  63.    %cd%
  64.    install
  65.    goto done
  66. :e4
  67.    choose 12 "Online Bible Master Disks" "View Documentation" "Create IBM Masters" "Create Mac Masters"
  68.    if errorlevel 9 goto e4a
  69.    if errorlevel 8 goto e4b
  70.    if errorlevel 7 goto e4c
  71. :e4a
  72.    view masters.doc
  73.    goto begin
  74. :e4b
  75.    echo on
  76.    _masters %cd%\olb\ibm_disk eng
  77.    goto begin
  78. :e4c
  79.    set ibm=1
  80.    if %ibm%x == x enverr
  81.    masters
  82.    goto begin
  83. :e3
  84.    cls
  85.    if not exist _cdromck.exe goto e33
  86.    if not exist filechk.crc  goto e33
  87.    _cdromck filechk.lst %cd% con * filechk.crc
  88.    if errorlevel 1 goto e33
  89.    goto begin
  90. :e33
  91.    cls
  92.    echo Try running this CD on someone else's machine before you return
  93.    echo it. DOS often creates false "Abort/Retry/Cancel" messages
  94.    echo when reading CD's. Make sure the line "STACKS=16,256" is in your
  95.    echo DOS CONFIG.SYS file. DO NOT attempt the verification under WINDOW's.
  96.    echo It is much too unstable. For best results read CD under OS/2 not DOS.
  97.    echo If the CDROM is truly defective, return to dealer for replacement.
  98.    echo If this was not published under the Online Bible label, this is
  99.    echo a CD-ROM that was published illegally.
  100.    pause
  101.    goto begin
  102. :dos
  103.    if not %1x == x cd %cd%\
  104.    if not %1x == x %1
  105. :done
  106.