At 23:08 24/07/2002 -0400, you wrote:
>anyone know why? What did you do between defining the environment variable and testing it? A process (e.g. Explorer, in which DQSD runs) takes a snapshot of the environment when it starts, so unless you restarted Explorer after defining the variable, it won't have propagated through to DQSD. Note that defining is with SET at a command prompt won't be enough - you'll need to do it in the control panel. >i can get the following command to work from DQSD, but it seems the long >winded way to go. >run cmd /c explorer /e, %DQSD_ROOT% > >any thoughts... That's probably because you're starting a new CMD process, which takes a new copy of the environment. Of course, after all this, you're going to tell me that you rebooted after changing the environment, and I'm completely wrong. Cheers, Will ------------------------------------------------------- This sf.net email is sponsored by: Jabber - The world's fastest growing real-time communications platform! Don't just IM. Build it in! http://www.jabber.com/osdn/xim _______________________________________________ Dqsd-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dqsd-users http://sourceforge.net/mailarchive/forum.php?forum_id=8601
