DaveNF2G said:
I have two batch files on my laptop.
MENU.BAT sets up a nested menu that allows me to run all of my radio software and to select trunked systems to be tracked (except Motorola, where it isn't necessary because of the unique system IDs) by pressing a couple of keys.
CLEANUP.BAT sweeps through all the trunking subdirectories and removes the .bak and other useless files after a session.
Well, yeah, a menu via bat file implementation is an old DOS trick and a pretty good use of bat files. Just adds to the ease of operation (assuming you are running DOS and not Windows.) I am not sure I agree with the elimination of the .BAK files, I have found them too useful in the past

when something went wrong. They are overwritten with the next session on that system ID anyway.
In any case, turning a .bat file into an executable file for local use seems a bit much. I mean, as a developer, I used a similar program in the past to keep end users from changing implementation files, but that was long (a long long time :? ) ago. :wink: