Metropoli BBS
VIEWER: ximport.bat MODE: TEXT (ASCII)
REM IMPORT batch for CROSSPOINT (using 'uuz'-utility)
REM  All messages in the spool\ directory are converted
REM to 'ZConnect' format and packed to 'infile.z'
if not exist spool\*.msg goto quit
\xp\uuz -uz spool\*.msg infile.z
rem if exist spool\active del spool\active
rem if exist spool\*.msg del spool\*.msg
:quit
[ RETURN TO DIRECTORY ]