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.

Share the Post:
data observability

Data Observability Explained

Data is the lifeblood of any successful business, as it is the driving force behind critical decision-making, insight generation, and strategic development. However, due to its intricate nature, ensuring the

Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular