home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: DFÜ und Kommunikation / SOS-DFUE.ISO / programm / texte / mpguid21 / dsz_ul.bat < prev    next >
Encoding:
DOS Batch File  |  1993-10-26  |  328 b   |  12 lines

  1. @echo off
  2. cls
  3. del files.lst >NUL
  4. echo %3>>files.lst
  5. if not "%4"=="" echo %4>>files.lst
  6. if not "%5"=="" echo %5>>files.lst
  7. if not "%6"=="" echo %6>>files.lst
  8. if not "%7"=="" echo %7>>%files.lst
  9. if not "%8"=="" echo %8>>%files.lst
  10. if not "%9"=="" echo %9>>%files.lst
  11. dsz.com pG0 port %2 speed %1 sz @c:\comms\files.lst
  12.