Help convincing boss this is a useful tool
from
Stardock Forums
Looking for a little jump start on some scripting or ideals on how to convince my boss this is a useful tool for an enterprise environment. I am trying to recreate a menu system we use on our manufacturing floor as a proof of concept. This menu is currently written in WinBatch and is UGLY. I need to script a menu that gets its list items from an .ini file on the network, then check if the files are actually installed on the local system, then if it is, display that in a menu for the end users to select from. I have parts of vbscripts that will read the .ini into an array, then check the array to see if files exist on the local system, but then I get a little lost on converting those array variables into objects I can apply events to. The current menu replaces the shell, but due to other constraints, I will need to have explorer as the shell in our new environment. I would like to be able to do some cool mouse overs on this dynamic menu system I hope to script, and convince my boss to buy the corp version so I can go to town on all of our desktops. Any ideals on how to do this?