home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windoware
/
WINDOWARE_1_6.iso
/
powerbbs
/
pbbsw155
/
powrmain.exe
/
START.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-09-12
|
350b
|
15 lines
REM START.BAT, must be used to load PowerBBS for DOS
echo off
c:
CD\Powrbbs
if exist Live.bat del Live.bat
if exist C:\Powrbbs\Quit del C:\Powrbbs\Quit
Powrbbs c:\powrbbs\powrbbs.dat %1
if exist C:\Powrbbs\Quit GOTO STOP
if exist Live.bat Live.bat
if exist C:\Powrbbs\Event.Bat C:\Powrbbs\Event.Bat
START.BAT
:STOP
del C:\Powrbbs\Quit