devxlogo

Setting Environment Variables in VB

Setting Environment Variables in VB

Question:
My 16bit application requires the presence of a DOS environment variable. On startup I check for it. If it does not exist I display an error. I would like create the environment variable through my VB code. Is this possible?

Answer:
Unfortunately, no, that is not really possible. Under Windows 3.x, it’s concievable that you could trace through the chain of memory blocks allocated, and write to the master environment block, but that’s a technique that’s not only fraught with potential disaster but also not future-compatable at all.I would suggest, instead, that you prompt the user for this information if it’s missing, and offer to update their AUTOEXEC.BAT so it will be there next time around.

See also  Professionalism Starts in Your Inbox: Keys to Presenting Your Best Self in Email
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist