Metropoli BBS
VIEWER: $$f8.bat MODE: TEXT (ASCII)
@echo off
:1ST /IN:QRIPVARS.IN /OUT:.\QRIPVARS.$$$ /EGA /MSGTEXT:QRIP$MSG.RIP
:1ST /NOCLS /FONT /CURSOR_OFF /RAM:150 /MPAUSE /MME2:ZOT.WAV
:1ST /DISPLAY:Showing the RIP with QRIP
rem
rem   /ripm sets up QRIP for optimal RIP message viewing,
rem   /s@SWITCH(5) turns on/off sound based on the 1stReader setting,
rem   /v.\QRIPVARS.$$$ makes QRIP read in the variable definitions from
rem       the file just created by the above lines,
rem   /g makes QRIP leave the graphics onscreen and not wait for a key.
rem
@API$(5)QRIP\QRIP QRIP$MSG.RIP /ripm /s@SWITCH(5) /v.\QRIPVARS.$$$ /g

[ RETURN TO DIRECTORY ]