home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power DOS 1995 July
/
Power_DOS_CD-ROM_Walnut_Creek_July_1995.iso
/
_bbs
/
opus
/
all.bat
next >
Wrap
DOS Batch File
|
1995-02-23
|
263b
|
15 lines
set cdrom=n:
REM I set this globally, in ..\all.bat
REM To run this one batch file, change it here also.
if .%in_type% == . goto not_set
goto set
:not_set
echo in_type not set
goto end
:set
%cdrom%\_bbs\each_dir 1 \_bbs\dirs.txt doit
:end