The info kept in the .ini file are used by Windows-based program and
can be accessed using Windows's API such as GetPrivateProfileString(),
GetProfileString().etc, etc. If you want to get the info from DOS
environment set up by the 'SET' command, you can do that using Microsoft's
provided runtime C library.
If you need more info, let me know.
hope it helps.
Doug
can be accessed using Windows's API such as GetPrivateProfileString(),
GetProfileString().etc, etc. If you want to get the info from DOS
environment set up by the 'SET' command, you can do that using Microsoft's
provided runtime C library.
If you need more info, let me know.
hope it helps.
Doug