home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s140 / 1.img / READMES.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-05-12  |  2.0 KB  |  97 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.com goto done2
  6. infosrb
  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. sr testyn.exe
  76. if not exist testyn.lst goto donedemo
  77. echo  
  78. echo   The demo is now complete.  Note the output file created contains the listing
  79. echo   created by Sourcer.  After exiting the information menu, this may be printed
  80. echo   or examined with your editor.
  81. :donedemo
  82. echo  
  83. pause
  84. echo ──────── Returning to Info Menu ────────
  85. goto start
  86. :done2
  87. echo   
  88. echo   INFOSRB.COM was not found on the default drive.  Insert the master 
  89. echo   diskette  in the floppy drive  and set the default diskette to the
  90. echo   same drive.  For example, if the diskette is in drive A, then:
  91. echo  
  92. echo            at the DOS prompt enter     A:
  93. echo            then enter                  README
  94. echo  
  95. :done
  96. echo  
  97.