I develope applications which are used in in a DOS session and written in FoxPro 2.6. On of the things I make use of is DOS enviroment Varibles. (eg. SET developement=ON) WIN98 limits the amount of memory it allows for enviroment varibles, which I have exceeded. In DOS you can use a entry in config.sys to increase the memory available. (eg. SHELL=C:\DOS\COMMAND.COM /E:512 which increase the memory available from 256 bytes to 512 bytes) Does anyone know what can be done to make WIN98 increase the memory space allocation for enviroment varibles??