I accidentally deleted the Path variable in Windows. But I have a copy saved in a text file. I cannot change the Path variable from Start-> Computer-> Properties-> Advanced System Settings-> Environment Variables, etc., because Windows cannot find systempropertiesadvanced.exe (because the path is empty). So I want to set the path using the setx command from cmd.exe. But I get an error that setx is not a recognized command (probably because the path is empty). So, where is usually the setx command located on Windows 7? Also, if I am missing something here in my reasoning, please let me know.
source share