booing
|
  |
| Joined: 04 May 2009 |
| Total Posts: 6594 |
|
|
| 26 Dec 2011 06:43 PM |
Now pretty much nothing is working. I deleted the file I had the path stored in, and now pretty much NOTHING works. What should I do? Is there some "path" I should set it to? I could manually add all teh stuff, but I don't know everything I should add. For an example, VS isn't working because it can't find teh programz.
~imapotato. |
|
|
| Report Abuse |
|
|
|
| 26 Dec 2011 06:45 PM |
| You mean the %PATH% environment variable? |
|
|
| Report Abuse |
|
|
|
| 26 Dec 2011 06:46 PM |
| What OS are you using? Windows 7, Windows Vista, Windows XP? |
|
|
| Report Abuse |
|
|
booing
|
  |
| Joined: 04 May 2009 |
| Total Posts: 6594 |
|
|
| 26 Dec 2011 06:46 PM |
Yes :/ I added system32 again, but stuffs is broken. 1>------ Rebuild All started: Project: LearningCpp, Configuration: Debug Win32 ------ 1>Deleting intermediate and output files for project 'LearningCpp', configuration 'Debug|Win32' 1>Compiling... 1>src.cpp 1>Compiling manifest to resources... 1>Linking... 1>LINK : C:\Users\booing\Documents\Visual Studio 2005\Projects\asdf\Debug\asdf.exe not found or not built by the last incremental link; performing full link 1>Embedding manifest... 1>Project : error PRJ0003 : Error spawning 'cmd.exe'. 1>Build log was saved at "file://c:\Users\booing\Documents\Visual Studio 2005\Projects\asdf\asdf\Debug\BuildLog.htm" 1>asdf - 1 error(s), 0 warning(s) ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
~imapotato. |
|
|
| Report Abuse |
|
|
booing
|
  |
| Joined: 04 May 2009 |
| Total Posts: 6594 |
|
| |
|
|
| 26 Dec 2011 06:50 PM |
Try this one, should fix your problem:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;
You can change it in the advanced system settings, by clicking the environment variables button.
If you installed any application that changes the PATH variable, reinstall that application. |
|
|
| Report Abuse |
|
|
booing
|
  |
| Joined: 04 May 2009 |
| Total Posts: 6594 |
|
|
| 26 Dec 2011 06:51 PM |
Just ccleaner because my w7 comp was slower than my vista.
~imapotato. |
|
|
| Report Abuse |
|
|
|
| 26 Dec 2011 06:52 PM |
Did you set your %PATH% environment variable to what I posted? If so, it should work.
Some applications might not work because they changed it when they installed themselves, so they could be ran from command line or other things. If so, just reinstall these applications. |
|
|
| Report Abuse |
|
|
stravant
|
  |
 |
| Joined: 22 Oct 2007 |
| Total Posts: 2893 |
|
|
| 26 Dec 2011 07:48 PM |
| Every time something doesn't work find the file in question and add it to the path. The first one to take care of would be making sure that the main executable directory is in the path, which the other post explains, after that you just need to do a search of the file-system, for the missing file whenever there's one missing to find it. |
|
|
| Report Abuse |
|
|