home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Online 1998 September
/
PCO_0998.ISO
/
filesbbs
/
dos
/
sbbs_src.exe
/
SBBS
/
DELFILES
/
MAKEALL.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1997-04-13
|
239 b
|
12 lines
@echo off
wmake OS=DOS %1 %2 %3 %4 %5
if errorlevel 1 goto end
wmake OS=DOSX %1 %2 %3 %4 %5
if errorlevel 1 goto end
wmake OS=OS2 %1 %2 %3 %4 %5
if errorlevel 1 goto end
wmake OS=NT %1 %2 %3 %4 %5
if errorlevel 1 goto end
:end