home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / dosutils / retmod4.arj / RETMOD.BAT next >
Encoding:
DOS Batch File  |  1991-06-28  |  238 b   |  13 lines

  1. @echo off
  2. rem Drive %1
  3. rem Directory %2
  4. rem Program %3 %4 %5 %6 %7 %8 %9
  5. cd >%1%2\retcd.bat
  6. echo cd xxx>>%1%2\retcd.bat
  7. debug %1%2\retcd.bat <%1%2\retmod.pat >NUL
  8. cd %1>>%1%2\retcd.bat
  9. %1
  10. cd %2
  11. %3 %4 %5 %6 %7 %8 %9
  12. %1%2\retcd
  13.