home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s140 / 1.img / READMET.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-05-01  |  3.3 KB  |  139 lines

  1. echo off
  2. rem  ASMtool Information Viewer and optional installation 
  3. :start
  4. if not exist infomenu.com goto done2
  5. infomenu
  6. if errorlevel 0FFh goto done
  7. if errorlevel 20 goto demo
  8. echo ──────── Transfering Files ────────
  9. if errorlevel 9 goto disk9
  10. if errorlevel 8 goto disk8
  11. if errorlevel 7 goto disk7
  12. if errorlevel 6 goto disk6
  13. if errorlevel 5 goto disk5
  14. if errorlevel 4 goto disk4
  15. if errorlevel 2 goto disk2
  16. if errorlevel 1 goto disk1
  17. goto done
  18. :disk9
  19. e:
  20. if exist \asmtool\asmtool.exe goto skipeb
  21. md \asmtool
  22. :skipeb
  23. copy b:*.* \asmtool
  24. cd \asmtool
  25. goto start
  26. :disk8
  27. e:
  28. if exist \asmtool\asmtool.exe goto skipea
  29. md \asmtool
  30. :skipea
  31. copy a:*.* \asmtool
  32. cd \asmtool
  33. goto start
  34. :disk7
  35. d:
  36. if exist \asmtool\asmtool.exe goto skipdb
  37. md \asmtool
  38. :skipdb
  39. copy b:*.* \asmtool
  40. cd \asmtool
  41. goto start
  42. :disk6
  43. d:
  44. if exist \asmtool\asmtool.exe goto skipda
  45. md \asmtool
  46. :skipda
  47. copy a:*.* \asmtool
  48. cd \asmtool
  49. goto start
  50. :disk5
  51. c:
  52. if exist \asmtool\asmtool.exe goto skipcb
  53. md \asmtool
  54. :skipcb
  55. copy b:*.* \asmtool
  56. cd \asmtool
  57. goto start
  58. :disk4
  59. c:
  60. if exist \asmtool\asmtool.exe goto skipca
  61. md \asmtool
  62. :skipca
  63. copy a:*.* \asmtool
  64. cd \asmtool
  65. goto start
  66. :disk2
  67. copy a:*.* b:
  68. goto start
  69. :disk1
  70. copy b:*.* a:
  71. goto start
  72. :demo
  73. echo  
  74. echo        █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  75. echo        █         Demo 1:  Flow Charts and Register Usage Analysis       █
  76. echo        █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  77. echo  
  78. pause
  79. echo  
  80. echo        ──────────────── Analysis of FILE1.EXE in process ────────────────
  81. echo  
  82. echo  
  83. asmtool /0 /f3 /l22 /r2 /q file1
  84. echo  
  85. pause
  86. cls
  87. echo        █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  88. echo        █    Demo 2:  Call Tree Diagram with stack sizing information    █
  89. echo        █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  90. echo  
  91. pause
  92. echo  
  93. echo        ──────────────── Analysis of FILE1.EXE in process ────────────────
  94. echo  
  95. echo  
  96. asmtool /0 /d1 /l22 /n8 /s1 /t1 /q file1
  97. echo  
  98. pause
  99. cls
  100. echo        █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  101. echo        █       Demo 3: Call Tree Diagram with CPU timing minimums       █
  102. echo        █               and maximums for 8088, 80286 and 80386           █
  103. echo        █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  104. echo  
  105. pause
  106. echo  
  107. echo        ──────────────── Analysis of FILE1.EXE in process ────────────────
  108. echo  
  109. echo  
  110. asmtool /0 /a4 /d1 /l22 /n8 /s1 /t1 /q file1
  111. echo  
  112. pause
  113. cls
  114. echo        █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  115. echo        █      Demo 4: Instruction Histogram and Summary information     █
  116. echo        █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  117. echo  
  118. pause
  119. echo  
  120. echo        ──────────────── Analysis of FILE1.EXE in process ────────────────
  121. echo  
  122. echo  
  123. echo  
  124. asmtool /0 /a4 /d1 /i1 /l22 /n8 /s1 file1
  125. echo  
  126. pause
  127. goto start
  128. :done2
  129. echo   
  130. echo   INFOMENU.COM not found on the default drive.   Insert the master 
  131. echo   diskette in the floppy drive and set the default diskette to the
  132. echo   same drive.  For example, if the diskette is in drive A, then:
  133. echo  
  134. echo            at the DOS prompt enter     A:
  135. echo            then enter                  README
  136. echo  
  137. :done
  138. echo  
  139.