home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1995 May
/
Simtel-MSDOS-May1995-CD2.iso
/
_bbs
/
wc30
/
doit.bat
< prev
next >
Wrap
DOS Batch File
|
1995-01-11
|
229b
|
9 lines
rem %1 == disc directory
rem %3 == file name
if exist %cdrom%%1\00_index.txt goto ok
echo no such file: %cdrom%%1\00_index.txt >> logfile
goto end
:ok
%cdrom%\_bbs\c %in_type% wildcat %cdrom%%1 %output%\allfiles.txt
:end