• Changes to the nodelist

    From Sean Dennis@618:618/1 to Daryl Stout on Thu Jun 22 15:25:04 2023
    (I'm replying in here from MIN_ADMIN)

    Daryl Stout wrote to Sean Dennis <=-

    I need to recheck the batchfile on that.

    Here's part of my BETWEEN.CMD (BETWEEN.BAT for you) that processes my
    incoming weekly Fidonet nodelists. D:\BT\IN is my system's main inbound. FASTLST is my nodelist compiler. FASTLST can do a lot of the cleanup I'm
    doing here but I prefer manuaaly doing it.

    ===
    rem ****************************************
    rem ** Process incoming Fidonet nodelists **
    rem ****************************************
    if not exist d:\bt\in\nodelist.z* goto toss
    cd\max\fastlst\in
    copy d:\bt\in\nodelist.z??
    del /n nodelist.???
    unzip nodelist.z*
    del /n nodelist.z*
    \max\fastlst\fastlst.exe
    cd\bt\in
    ===

    The "/n" means "do not ask for confirmaion when deleting". Not sure MS has that or an equivalent.

    -- Sean

    ... "If you can't be handsome, at least be handy." - Red Green
    ___ MultiMail/Linux v0.52

    --- Maximus/2 3.01
    * Origin: Micronet World HQ - bbs.outpostbbs.net:10323 (618:618/1)