echo FidoNet NODEDIFF found...moving it to ParseLst directory... copy nodediff.a* d:\parsers\nodediff.arc REM REM Time to unARC the nodediff and get rid of the archive to save space. REM echo UnARCing FidoNet NodeDiff and Previous Week's Nodelist... cd \parsers\ echo c:\turbo\bink\whatarc\arc602.ttp -x nodediff.arc *.* c:\turbo\bink\whatarc\zipjr.ttp -x d:\parsers\nlist.zip d:\parsers\ *.* echo del nodediff.arc del nodelist.zip REM REM Let's get dangerous... ;) REM echo Parsing FidoNet Nodelist... echo parselst -k REM REM Time to move the generated files to their new home. REM echo Moving generated files to their new home... copy d:\parsers\nodelist.dat d:\nodelist\nodelist.dat copy d:\parsers\nodelist.idx d:\nodelist\nodelist.idx copy d:\parsers\fidouser.lst d:\nodelist\fidouser.lst REM REM Let's kill the files left behind to tidy up things a bit... REM echo Killing files left behind... del d:\parsers\nodelist.dat del d:\parsers\nodelist.idx del d:\parsers\fidouser.lst REM REM I'm keeping an archive of old nodelists... REM echo Moving Nodelist to archive of old Nodelists... echo c:\turbo\bink\whatarc\zipjr.ttp -a d:\parsers\nlist.zip d:\parsers\ node*.* echo del nodelist *.* REM REM Go up top and exit... REM exit