Re: msvc++ and environment variables

2002-10-13 Thread John
Rob This has no doubt been resolved by now - but for future reference: set from the command prompt will show all environment variables. set VAR will show the specific variable VAR. eg. set path produces same as path command. or to get a better look at separated lists like path, construct a one

RE: msvc++ and environment variables

2002-10-08 Thread FARRINGTON, RYAN
Title: RE: msvc++ and environment variables try set from a command prompt that will output every environment varible... -Original Message- From: Sisyphus [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 1:59 PM To: [EMAIL PROTECTED] Subject: msvc++ and environment

RE: msvc++ and environment variables

2002-10-08 Thread Gibb, Thomas A
Hi Rob, At the command prompt type 'set' and it will include the parameters you are looking for. If you want more information, use Dave Roth's excellent Win32::AdminMisc module to access all the other parameters of the Environment. This module also gives you the ability to differentiate between

Re: msvc++ and environment variables

2002-10-08 Thread Sisyphus
- Original Message - From: FARRINGTON, RYAN [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 09, 2002 6:06 AM Subject: RE: msvc++ and environment variables try set from a command prompt that will output every environment varible... Thanks Ryan. (I'm sure I