home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem Drive %1
- rem Directory %2
- rem Program %3 %4 %5 %6 %7 %8 %9
- cd >%1%2\retcd.bat
- echo cd xxx>>%1%2\retcd.bat
- debug %1%2\retcd.bat <%1%2\retmod.pat >NUL
- cd %1>>%1%2\retcd.bat
- %1
- cd %2
- %3 %4 %5 %6 %7 %8 %9
- %1%2\retcd
-