home *** CD-ROM | disk | FTP | other *** search
- rem %1 == disc directory
- rem %3 == file name
- if exist m:%1\00_index.txt goto ok
- echo no such file: m:%1\00_index.txt >> logfile
- goto end
- :ok
- cd %cdrom%%1
- %cdrom%\_bbs\c %in_type% wildcat m:%1 < m:00_index.txt >> %output%\allfiles
- cd \_bbs\wc30
- :end
-