home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s140 / 1.img / SRIOEM.TMP / README.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-09-18  |  2.1 KB  |  102 lines

  1. echo off
  2. rem  SOURCER and BIOS Pre-Processor
  3. rem    Information Viewer and optional installation 
  4. :start
  5. if not exist infosrb.exe goto done2
  6. infosrb -b
  7. if errorlevel 0FFh goto done
  8. if errorlevel 20 goto demo
  9. echo ──────── Transfering Files ────────
  10. if errorlevel 9 goto disk9
  11. if errorlevel 8 goto disk8
  12. if errorlevel 7 goto disk7
  13. if errorlevel 6 goto disk6
  14. if errorlevel 5 goto disk5
  15. if errorlevel 4 goto disk4
  16. if errorlevel 2 goto disk2
  17. if errorlevel 1 goto disk1
  18. goto done
  19. :disk9
  20. e:
  21. if exist \sourcer\sr.exe goto skipeb
  22. md \sourcer
  23. :skipeb
  24. copy b:*.* \sourcer
  25. cd \sourcer
  26. goto start
  27. :disk8
  28. e:
  29. if exist \sourcer\sr.exe goto skipea
  30. md \sourcer
  31. :skipea
  32. copy a:*.* \sourcer
  33. cd \sourcer
  34. goto start
  35. :disk7
  36. d:
  37. if exist \sourcer\sr.exe goto skipdb
  38. md \sourcer
  39. :skipdb
  40. copy b:*.* \sourcer
  41. cd \sourcer
  42. goto start
  43. :disk6
  44. d:
  45. if exist \sourcer\sr.exe goto skipda
  46. md \sourcer
  47. :skipda
  48. copy a:*.* \sourcer
  49. cd \sourcer
  50. goto start
  51. :disk5
  52. c:
  53. if exist \sourcer\sr.exe goto skipcb
  54. md \sourcer
  55. :skipcb
  56. copy b:*.* \sourcer
  57. cd \sourcer
  58. goto start
  59. :disk4
  60. c:
  61. if exist \sourcer\sr.exe goto skipca
  62. md \sourcer
  63. :skipca
  64. copy a:*.* \sourcer
  65. cd \sourcer
  66. goto start
  67. :disk2
  68. copy a:*.* b:
  69. goto start
  70. :disk1
  71. copy b:*.* a:
  72. goto start
  73. :demo
  74. echo ──────── Loading Sourcer ────────
  75. if not exist sr.exe goto nofile
  76. sr testyn.exe
  77. if not exist testyn.lst goto donedemo
  78. echo  
  79. echo   The demo is now complete.  Note the output file created contains the listing
  80. echo   created by Sourcer.  After exiting the information menu, this may be printed
  81. echo   or examined with your editor.
  82. goto donedemo
  83. :nofile
  84. echo  
  85. echo   Cannot locate Sourcer (SR.EXE).  
  86. :donedemo
  87. echo  
  88. pause
  89. echo ──────── Returning to Info Menu ────────
  90. goto start
  91. :done2
  92. echo   
  93. echo   INFOSRB.EXE was not found on the default drive.  Insert the master 
  94. echo   diskette  in the floppy drive  and set the default diskette to the
  95. echo   same drive.  For example, if the diskette is in drive A, then:
  96. echo  
  97. echo            at the DOS prompt enter     A:
  98. echo            then enter                  README
  99. echo  
  100. :done
  101. echo  
  102.