Game Development Community

How Do I

by Ihuoma Nwagwu · in Torque Game Engine · 08/21/2002 (12:53 pm) · 5 replies

How do I set a "HOME" environment variable in Windows Me?

#1
08/21/2002 (2:25 pm)
I think you can do this by editing c:\autoexec.bat

and add a line:

set HOME=your_home_path

Cheers,

Laurent
#2
08/21/2002 (4:53 pm)
ThanX!
#3
08/21/2002 (5:15 pm)
Do I edit the autoexec in Dos with the edit command, type it in windows start menu's run, or use msconfig program?
#4
08/21/2002 (5:22 pm)
Any editting method would work. Personally, I would create 'new text file' (if you don't already have the file) in the root dir, doubleclick to open notepad, add the changes, and then 'save as' to get the proper extension.
#5
08/22/2002 (2:14 am)
in fact, the file probably already exists (at least it was on my pc ^^). It is hidden but can be editable with "edit" in the RClick popup menu.

Laurent