Milka
Jan 25 2004, 06:54 PM
I know there's a way, but I don't exactly know how again, so plz if some one know... lemme know

Greetz,
Milka
dissolutions
Jan 25 2004, 08:09 PM
For Win 2k/XP
Click Start, point to Settings, and then click Control Panel.
Double-click System.
On the Advanced tab, click Environment Variables.
Under System variables, click New.
In the Variable Name box type the name for your variable, in the Variable Value box type your variable path, and then click OK.
Milka
Jan 25 2004, 08:13 PM
oew.. that sounds gr8 tnx m8
nmcog
Jan 26 2004, 03:31 AM
Microsoft Windows XP [Version 5.1.2600]
© Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\nmcog>set hello=world
C:\Documents and Settings\nmcog>echo hello
world
C:\Documents and Settings\nmcog>
psycode
Jan 27 2004, 08:08 AM
| QUOTE |
Original written by nmcog
C:\Documents and Settings\nmcog>echo hello world
|
That isn't right , I think.
It have to be more like this:
C:\Documents and Settings\nmcog>echo %hello%
world
you can use the Enviromental Variables in CMD, Batch File and so on but the variable have to be between two %
Sry 4 bad english
Jeeve5
Jan 27 2004, 09:16 AM
the problem I ran into with creating ev. vars in command line is that they seem to disappear once the machine is rebooted. Oh and BTW, use set not echo @ psycode