home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- del files.lst >NUL
- echo %3>>files.lst
- if not "%4"=="" echo %4>>files.lst
- if not "%5"=="" echo %5>>files.lst
- if not "%6"=="" echo %6>>files.lst
- if not "%7"=="" echo %7>>%files.lst
- if not "%8"=="" echo %8>>%files.lst
- if not "%9"=="" echo %9>>%files.lst
- mpt.exe P%2 E%1 S @files.lst
-