Metropoli BBS
VIEWER: extract.bat MODE: TEXT (ASCII)
@echo off

if '%3'=='ZIP' goto ZIP
if '%3'=='TXT' goto TXT
if '%3'=='' goto end
goto end

:ZIP
pkunzip %1 file_id.diz > nul
goto end

:txt
txtdiz %1 > nul
goto end

:end
[ RETURN TO DIRECTORY ]