home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / modem.madness / SMMNETML / POPBATS.ZIP / MTOSS.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-02-28  |  982 b   |  37 lines

  1. @echo off
  2. set tz=8
  3. call netset
  4. Rem Standard mail unpacking routine
  5. Rem Set a flag so mail will not be scanned and tossed at the same time.
  6.    d:
  7. Rem Toss any mail into the message base.
  8.    cd\qbbs
  9. :retoss
  10.    fastecho toss   
  11.    if exist packqbbs.fe if not exist node2.up goto packqbbs
  12.    feutil import -incl d:\qbbs\users.bbs
  13.    mt
  14.    if exist e:\qbbs\import.xyz move e:\qbbs\import.xyz
  15.    feutil link -force
  16.    c:
  17. Rem run Tick for file echoing.
  18.    if exist c:\qbbs\file\*diff.* copy *diff.* ..\files
  19.    if exist c:\qbbs\file\*list.* copy *list.* ..\files
  20.    if exist c:\qbbs\file\*diff.* copy c:\config.sys d:\qbbs\process.txt
  21.    if exist c:\qbbs\file\*list.* copy c:\config.sys d:\qbbs\process.txt
  22.    cd\filemgr
  23.    filemgr scan mgr announce
  24.    d:
  25.    cd\qbbs
  26.    fastecho pack
  27.    echo hi > d:\fdoor\fdrescan.now
  28.    goto out
  29.    :packqbbs
  30.       feutil purge
  31.       feutil pack -overwrite 
  32.       del packqbbs.fe
  33.       goto retoss
  34.    :out
  35.    set tz=
  36.  
  37.