<< Au contraire, Dennis. When R:BASE for DOS starts on a Windows-based computer, it inherits the environment in place at that time. >>
Lo siento mucho, mi amigo, but I have to go with Dennis on this one. NET USE does not affect the local shell environment but rather the current Windows session. To test: 1. Open a command window. 2. Issue a NET USE printer command. 3. Issue NET USE without arguments to see that the USE is in effect. 4. Close the command window. 5. Open a new command window. 6. Issue NET USE again without arguments. You'll see that the NET USE from the first command window is still in effect, notwithstanding that the shell context from that window was destroyed when you closed it. -- Larry

