1. Set environment variable
- Posted by John Kinne <JDKINNE at MIAMIU.ACS.MUOHIO.EDU> Nov 27, 1996
- 2050 views
Is there any way to set an environment variable for the current
DOS session? When I execute a euphoria system call, I understand
that I create a new DOS session. So I can
system("SET A HELLO")
but the new DOS session ends after the SET completes & the value of
A is forgotten.
Thanks for the help
John Kinne

