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?
About the author
#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
Laurent
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
Torque Owner Isidore
and add a line:
set HOME=your_home_path
Cheers,
Laurent