home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / arc_lbr / scrnch.arc / TESTR.BAT < prev    next >
DOS Batch File  |  1987-11-03  |  482b  |  24 lines

  1. echo off
  2. if %1x == x goto syntax
  3. copy scrxr.stb + %1.txt %1.bin
  4. scrnch /o /e:%1.bin prtparm.com testexit.com
  5. testexit
  6. goto finish
  7. :syntax
  8. echo  
  9. echo Syntax
  10. echo    TESTR exitname
  11. echo  
  12. echo This .BAT file allows you to test a Run Mode exit.
  13. echo The exit will be created by appending it to SCRXR.STB.
  14. echo The result will be named exitname.bin.  SCRNCH is used
  15. echo to add the exit to a program, then the program is called.
  16. echo  
  17. goto finish
  18.  
  19.  
  20.  
  21.  
  22.  
  23. :finish
  24.