Re: (confused noob) How do I make the EUINC variable in XP?
- Posted by CLJ <autumn-sky at people?c.co?> Sep 16, 2007
- 865 views
jacques deschĂȘnes wrote: > > If I'm understanding your question, you want to know how to set an environment > variable in windows xp. > 1)If you have the "my computer" icon on your desktop, right-click on it to get > the popup menu. > 2)click properties item at menu bottom. > 3) click advanced tab > 4) click "environment variables" button > 5) In the Environment variables dialog there is user variables and system > variables > 6) if EUINC doesn't exist in system variables add it by clicking "new" > 7) In the new system variable dialog enter EUINC as variable name > 8) Enter win32lib path in variable value and others path if necessary. Each > path beeing separated by a ; character > 9) close all dialogs > 10) close your session and reopen it. > launch cmd.exe and from there type echo %euinc% just to ensure that the > variable is correctly defined. If %euinc% is echoed to the screen instead of > its value, you have > made a mistake somewhere, goto step 1 restart again. > > NOTE: if "my computer" icon is not on desktop you'll find it in the start > menu. > > regards, > Jacques DeschĂȘnes OK, I have did what you listed, before. I'm not sure how much of the path to include in the value field, though. Should it be "C:\win32lib" or "C:\win32lib\Include" or "C:\win32lib\Include\win32lib.ew"? I've tried all of them... which all fail to work. Also, what is "cmd.exe"? I have just been doing what the text file says to do, which is open the console, go to the win32lib directory and enter "exwc rundemos", which of course isn't working. It says it can't find the win32lib.ew file.