I am an IT tech and have created some cool BAT file/scripts to aid in our work. Some fixes and such. I was interested in create some sort of launch pad of buttons that will display a nice GUI of choices (buttons). I have my PNG file buttons already but cannot figure out how to link the PNG file to run a ".bat" when clicked.
I know how to hyperlink the PNG to a website or something, but I want to link it to a .bat file.
For example: Lets say I have a fix for software called ABC. I have a button (PNG) created already that says "ABC Fix".
I'd like to create a menu with the ABC Fix button on it. When you click the ABC Fix button, it launches the .bat which runs the scripted fix.
I'm currently using HTML and saving an HTA file. If there are better methods, please let me know.
Thanks!
(I hope that makes sense)