home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CICA 1996 August
/
CICA1_0896.bin
/
_bbs
/
wc30
/
doit.bat
< prev
next >
Wrap
DOS Batch File
|
1995-07-12
|
273b
|
9 lines
rem %1 == disc directory
rem %3 == file name
if exist %cdrom%%1\00_index.%in_language% goto ok
echo no such file: %cdrom%%1\00_index.%in_language% >> logfile
goto end
:ok
%cdrom%\_bbs\c %in_type% wildcat %cdrom%%1 %output%\allfiles.%in_language% %in_language%
:end