Click here to Skip to main content
15,867,835 members
Articles / Desktop Programming / Win32

mscript 2.0.2: DLL Authoring, Registry DLL, exec() Error Handling

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
6 Apr 2022Apache2 min read 7.7K   87   4  
Minor release improves DLL security, adds registry DLL, enhances exec() error handling
With version 2.0.0, DLL integrations were made possible, but they were not secure. Registry operations are something not possible from .bat files, so I added that. Most importantly, the exec() function used to ignore errors; it now raises errors by default, and there's an option you can pass in to ignore them as needed.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0


Written By
Software Developer
United States United States
Michael Balloni is a manager of software development at a cybersecurity software and services provider.

Check out https://www.michaelballoni.com for all the programming fun he's done over the years.

He has been developing software since 1994, back when Mosaic was the web browser of choice. IE 4.0 changed the world, and Michael rode that wave for five years at a .com that was a cloud storage system before the term "cloud" meant anything. He moved on to a medical imaging gig for seven years, working up and down the architecture of a million-lines-code C++ system.

Michael has been at his current cybersecurity gig since then, making his way into management. He still loves to code, so he sneaks in as much as he can at work and at home.

Comments and Discussions