Quote:
|
Originally Posted by Kromulis
What I see that your path statement is incorrect.
path E:\Data|Games\Sony Online Entertainment\Everquest II\UI\EQ2MAP
Updater;.;C:\WINNT\system32;C:\WINNT\system;C:\WINNT;C:\WINNT\system32;C:\WINNT;C:\WINNT\S ystem32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel
If that is your path statement you must correct the ;.; to read only ;
Each path must be seperated by only 1 ;
To correct this and/or verify you path statement, right-click on My Computer icon on desktop, click on advanced tab, then click evironmental varibles button. Select path and verify the statement then click set. Close all windows and reboot.
|
;.; is correct. It means "include the current working directory in the search for files." Usually you won't see a Windows system without it, but certain UNIX style systems don't have it in by default. It makes life very, very difficult.