home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / server / modre_stranky / List1.bat < prev    next >
DOS Batch File  |  1997-04-04  |  282b  |  9 lines

  1. @echo off
  2. echo ----------------------------------------
  3. echo Seznam souboru podle abecedy a s cestou
  4. echo ----------------------------------------
  5. echo Filelist %1 is generating... Wait
  6. dir %1 /s /b /on > #list1.lst
  7. echo FINITO
  8. echo ----------------------------------------
  9.