ok, here is an idea that I derived from FARR.
The idea is to create a program, which can be modified to add an indefinite list of aliases, which allows a user to enter an "Alias" for a program to run via Windows Start - Run prompt. So, for example, the user has an alias for the Filezilla FTP client, he enters into the program an alias such as "FZ" which when typed into the start - run prompt, launches the filezilla client.
I know this can be done by adding each application to the system path variable, but that gets sloppy when lots of folders are added, plus its not a good practice as is taught in the MCSE classes for system administrators.
I would like for the gui of this app to have a grid style view where you can see all existing defined aliases, sort them alphabetically, and quickly add/remove existing entries.
Would this be feasible?
Anyways, I am not sure how easy it is to do something like this, but perhaps someone here has an idea. Thanks in advance!