home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 March
/
PCWorld_1999-03_cd.bin
/
server
/
modre_stranky
/
List1.bat
< prev
next >
Wrap
DOS Batch File
|
1997-04-04
|
282b
|
9 lines
@echo off
echo ----------------------------------------
echo Seznam souboru podle abecedy a s cestou
echo ----------------------------------------
echo Filelist %1 is generating... Wait
dir %1 /s /b /on > #list1.lst
echo FINITO
echo ----------------------------------------