These days I've been working doing a user's interface for a couple of scripts.
For that I used a HTML Application (HTA). Developing a HTA is a very easy task, but because I don't like to start something from scratch I searched for some scripts snippets and I found a very nice utilty the HTA Helpomatic.
The utility has a lot of very basic but useful tasks like how to:
- Autorun Script
- Change cursor
- Copy to Clipboard
- Create basic HTA
- Paste from Clipboard
- Prompt the user for input
- Save data
- Table
- Timer
- ToolTip
If you are not very familiar with HTML and coding, I'm pretty sure that this will help you
.