error PRJ0003 : Error spawning 'cmd.exe'.error PRJ0003 : Error spawning 'cmd.exe'. Help @Flengo @BACKD00R @Genesis
Originally Posted by iNoGame error PRJ0003 : Error spawning 'cmd.exe'. Help @Flengo @BACKD00R @Genesis Im not sure how useful this will be to you since im not sure what version you are using. But I did find this, IanG on Tap: Fixing the "Error spawning cmd.exe" Error in Visual Studio 2005 Beta 2
Originally Posted by iNoGame i use C++ 2008 @Skaterforeva1 I also found this... its amazing what google can do for you! In the Options go into Projects and Solutions -> VC++ Directories page and place this rows: $(SystemRoot)\System32 $(SystemRoot) $(SystemRoot)\System32\wbem
add in C + +(Tools menu > Options > Project and Solutions > VC++ Directories) $(SystemRoot) $(SystemRoot)\System32 $(SystemRoot)\System32\wbem are specified BEFORE $(PATH). @Flengo /Solved
Originally Posted by AlexandreVoese add in C + +(Tools menu > Options > Project and Solutions > VC++ Directories) $(SystemRoot) $(SystemRoot)\System32 $(SystemRoot)\System32\wbem are specified BEFORE $(PATH). @Flengo /Solved Good to know. Closed.