Subj : Re: HPT/BINK MICRONET To : Rick Smith From : Warpslide Date : Sun Mar 26 2023 17:23:31 On 26 Mar 2023, Rick Smith said the following... RS> With fidonet it works as nodelists come in sequential numbering scheme RS> nlupd grabs the latest and updates system.. Micronet comes as RS> MICRONET.ZIP which is fine I can upzip it and move nodelist where it RS> needs to be to get updated. Just curious if any of you have found RS> an effective way to do this in a script? So I don't use HPT but have this setup which works with Mystic: [ begin nodelist.sh ] #!/bin/bash tmpdir=`mktemp -d` cd $tmpdir rm -f /home/jay/mystic/micronet.??? wget -q https://www.minftn.net/micronet.zip unzip micronet.zip -x file_id.diz -d /home/jay/mystic cd /home/jay/mystic ../mutil -NOSCREEN nodelist.ini rm -f $tmpdir/* rmdir $tmpdir [ end nodelist.sh ] I run this every Friday evening. It grabs the latest .zip from minftn.net as I'm not subscribed to the file echos at the moment. Before I would just unzip the micronet.zip file I got from MIN_LIST to my mystic directory which as the same result. You could do something similar before running nlupd. Jay .... Whenever I try to eat healthy a chocolate bar looks at me and Snickers --- Mystic BBS v1.12 A49 2023/03/14 (Linux/64) * Origin: Northern Realms (618:500/23) .