Is there a way that I can modify the value of an environment variable? I need to be able to update the windows environment variable table so that the change is made permanently (not lost when prog...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10028766.htm...
Zones:
Windows MFCDate Answered: 11/13/1997 Grade: C Views: 0
Under DOS it was possible to set the size of the environment by using SET COMMAND=<path>\COMMAND.COM /E:4096 but under Windoze 95 this does not work. I need to increase the size of the environment...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/Win95_3x/95/Q_10035...
Zones:
Windows 95Date Answered: 01/13/1998 Grade: A Views: 0
How can I set the base Windows environment from an application. If you simply use the setenv function, you set the environment for that process only. I wish to change the overall system environment...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10086205.htm...
Zones:
Windows MFCDate Answered: 11/29/1998 Grade: C Views: 0
I want to change some environment variables of a user
very simple. So I wrote them into the registry
(HKEY_CURRENT_USER\Environment) and exported these
variables to a file "xyz.reg". In DOS it wa...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_10089443.html
Zones:
Windows NTDate Answered: 10/17/1998 Grade: C Views: 0
On our new computers we are getting this message when executing Novell login scripts. What do I have to change to fix it and why is it only happening to the newly arrived windows 95 computers?
B...
http://www.experts-exchange.com/Networking/Windows_Networking/9x/Q_10089523.html
The method System.getenv() is deprecated. Is there another way to use environment variables. I want to adjust the location of my properties file and wanted to use an environment variable until I re...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10160421.html
Zones:
JavaDate Answered: 06/25/1999 Grade: C Views: 0
I've created a program that reads an environment variable and if it isn't set it writes it. I'm using getenv and _putenv. The _putenv seems to create the variable in the current programs memory s...
http://www.experts-exchange.com/Programming/Languages/C/Q_10191020.html
Zones:
CDate Answered: 08/05/1999 Grade: C Views: 0
I have written a simple keyboard interceptor TSR which traps shift+esc.
Now I need to chenge the system path
when this key combination is pressed.
how do i do this ?
putenv() does not work
nor...
http://www.experts-exchange.com/Programming/Languages/C/Q_11551778.html
Zones:
CDate Answered: 09/16/2003 Grade: A Views: 0
How to write JavaScript to detect user environment... eg. color depth, screen resolution
and how these information send to the server GET or POST or http header or else
Thank you very much
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_11619539.html
Zones:
JavaScriptDate Answered: 10/21/2000 Grade: B Views: 0
I'm making my first attempt to read a registry value (NT/2000), and can't get past the first step.
Code:
Public Const HKEY_CURRENT_USER = &H80000001
Public Const KEY_QUERY_VALUE = &H1
Pri...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11741118.html
Zones:
Visual BasicDate Answered: 08/11/2001 Grade: A Views: 0