Metropoli BBS
VIEWER: pgpd.bat MODE: TEXT (ASCII)
@echo off
del %1.txt >nul
pgp %1 -o %1.txt
pause
more <%1.txt
pause
[ RETURN TO DIRECTORY ]