Blue Mountain
Resident Skeptical Hobbit
How to run this process
If everything works as expected, you should get the following output:
And finally, if everything went as expected, you should have two new files in the folder:
Good luck!
By the way this is bread-and-butter work for an experienced Unix/Linux system administrator. I pretty much live and breathe this stuff, so overall this was a simple project.
- Using Windows Explorer, open the parent folder of the folder where you put the four files. If you followed my suggestion in post #19, that will be your Documents folder.
- Right-click on the folder where you saved the four files and select Command Prompt Here (that’s a new menu item installed by gow)
- In the command window, type get_ae911.bat
If everything works as expected, you should get the following output:
Code:
Processing AE list and writing to ae911_ae.txt
Processing OTHER-VIP list and writing to ae911_public.txt
Processing OTHER-A list and writing to ae911_public.txt
Processing OTHER-B list and writing to ae911_public.txt
Processing OTHER-C list and writing to ae911_public.txt
Processing OTHER-D list and writing to ae911_public.txt
Processing OTHER-E list and writing to ae911_public.txt
Processing OTHER-F list and writing to ae911_public.txt
Processing OTHER-G list and writing to ae911_public.txt
Processing OTHER-H list and writing to ae911_public.txt
Processing OTHER-I list and writing to ae911_public.txt
Processing OTHER-J list and writing to ae911_public.txt
Processing OTHER-K list and writing to ae911_public.txt
Processing OTHER-L list and writing to ae911_public.txt
Processing OTHER-M list and writing to ae911_public.txt
Processing OTHER-N list and writing to ae911_public.txt
Processing OTHER-O list and writing to ae911_public.txt
Processing OTHER-P list and writing to ae911_public.txt
Processing OTHER-Q list and writing to ae911_public.txt
Processing OTHER-R list and writing to ae911_public.txt
Processing OTHER-S list and writing to ae911_public.txt
Processing OTHER-T list and writing to ae911_public.txt
Processing OTHER-U list and writing to ae911_public.txt
Processing OTHER-V list and writing to ae911_public.txt
Processing OTHER-W list and writing to ae911_public.txt
Processing OTHER-X list and writing to ae911_public.txt
Processing OTHER-Y list and writing to ae911_public.txt
Processing OTHER-Z list and writing to ae911_public.txt
Processing OTHER-_ list and writing to ae911_public.txt
And finally, if everything went as expected, you should have two new files in the folder:
- ae911_ae.txt
- ae911_public.txt
Good luck!
By the way this is bread-and-butter work for an experienced Unix/Linux system administrator. I pretty much live and breathe this stuff, so overall this was a simple project.
Last edited:

.)