home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1997 September
/
Simtel-MSDOS-Sep1997-CD1.iso
/
_bbs
/
maxtool
/
all.bat
next >
Wrap
DOS Batch File
|
1996-04-15
|
438b
|
19 lines
rem you shouldn't have to change anything
REM To run this one batch file, change it here also.
if .%CDROM% == . goto cd_not_set
goto cd_set
:cd_not_set
goto end
:cd_set
REM This is the foreign language stuff. the default extension is
REM ".txt"
if .%in_language% == . goto not_set2
goto set2
:not_set2
set in_language=txt
:set2
echo y | del %CDROM%\_bbs\max\*.*
maxmount %CDROM% %CDROM%\_bbs\max %in_language%
:end