Metropoli BBS
VIEWER: import.bat MODE: TEXT (ASCII)
@echo off
REM IMPORT Batch for YARN
REM 'x_spool /ms' converts the m????.out messages in the spool\ directory
REM to a SOUP- binary 'inmail.msg' File, then generates an AREAS File with
REM the newsareas 'active' file (generated by x_news') added to it.
if not exist ..\import.exe goto quit
x_spool /ms
if not exist spool\areas goto weiter
pkzip infile spool\areas spool\*.msg
del spool\*.msg 
del spool\areas
:weiter
if not exist infile.zip goto quit
cd ..
import .\slip_it\infile
del .\slip_it\infile.zip
:quit
[ RETURN TO DIRECTORY ]