kingchris105 (06-21-2014),mister. (04-09-2014)
MegaCmd
By @TrollerCoaster / @LudicrousProgrammer
If you aren't familiar with batch programming, then this may not be of use to you.
I always liked the simplicity and (potential) power of batch programming. However, it's missing just a few key features that would make it the ultimate 3rd hand programming language.
MegaCmd is here to implement those key features. MegaCmd adds importing of functions from dynamic-link libraries.
In this image, a few WinSock functions were imported from ws2_32.dll, demonstrating the power of MegaCmd. It is included as an example script in the download.
MegaCmd supports Unicode, floats, and structures, so almost any DLL function can be called without being unable to pass a parameter.
Have fun with it!!
Included with the download are MegaCmd itself, some example scripts, a README (command information), and an API for easy importing of libraries, though, you don't need the API
kingchris105 (06-21-2014),mister. (04-09-2014)