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
- bimodem.com /B %1 /L %2 /R c:\comms\down\ /U @c:\comms\files.lst
-