Metropoli BBS
VIEWER: xexport.bat MODE: TEXT (ASCII)
@echo off
REM EXPORT batch for CROSSPOINT
REM 'uuz' generates files named d-????.out
REM and x_spool converts them to the simple message
REM format needed by the SLIP_IT! clients (m????.out, n????.out)
if not exist outfile.z goto quit
uuz -zu outfile.z .\ in out
del outfile.z
del x-????.*
del c-????.*
x_spool d-????.out /um
:quit
[ RETURN TO DIRECTORY ]