home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CICA 1993 November
/
cicaforwindowswalnutcreeknovember1993.iso
/
_bbs
/
rbbstool
/
all.bat
< prev
next >
Wrap
DOS Batch File
|
1993-12-12
|
388b
|
22 lines
rem this is where the actual files live
set cdrom=m:
rem this is where you want your index files
set output=\_bbs\rbbs
set in_type=cica
del logfile
del ..\logfile
del %output%\*.*
%cdrom%\_bbs\each_dir 1 \_bbs\dirs.txt doit2
type header1 > %output%\all.dir
%cdrom%\_bbs\each_dir 1 \_bbs\dirs.txt doit3
set cdrom=
set output=
set in_type=
call makeffs