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