Besides Assembly, Delphi and C, what other language out there can create true standalone and which one is the best to create fast, small, simple window commands like the gadget wizmo?
Thanks
Printable View
Besides Assembly, Delphi and C, what other language out there can create true standalone and which one is the best to create fast, small, simple window commands like the gadget wizmo?
Thanks
If u want to do small operations, you could use:
1) Batch files (*.bat)
2) VB Script files (*.vbs)
Or you can make your own programming language...:D