Re: Set/reset DOS environment variable
- Posted by Arlie Codina <arlie.codina at USA.NET> Feb 12, 1999
- 785 views
How do you programatically set/reset DOS environment variable? I tried the following but ddn't work: system( "SET FREEZEDATE=02/08/1999", 2 ) i = system_exec( "COMMAND /C SET FREEZEDATE=02/08/1998", 2 ) Can anyone help me on this. Arlie