Metropoli BBS
VIEWER: spawn.set MODE: TEXT (ASCII)
goto end%1

:endPRE
rem This area executes _before_ QLITE is used within QLINK
qsetup spawn.exe /X0x10000
goto end

:endPOST
rem This area executes _after_ QLITE is used within QLINK
rem If spawn was using PMODE/W then this is where you would use PMWSETUP
rem See spawn.mak for how compression would be applied
rem pmwsetup spawn.exe /B0 /X0x10000

:end
[ RETURN TO DIRECTORY ]