Thank you to lakshman ce!!! I've been working on this so long. Why doesn't Microsoft state the details. All they say is "
"Error spawning 'command line'.
A command, command line, which was formed from input in the Property Pages dialog box, returned an error code but no information will appear in the Output window.
Possible reasons for this error:
Low system resources. Close some applications to resolve this.
Insufficient security privileges. Verify that you have sufficient security privileges.
The executable paths specified in VC++ Directories do not include the path for the tool that you are attempting to run.
For makefile projects, you are missing a command to run on either Build Command Line or Rebuild Command Line. "
So, thank you so much. You savek my life!
By the way, cmd.exe was in C:\WINDOWS/system32
Main Topics
Browse All Topics





by: lakshman_cePosted on 2006-08-31 at 06:31:36ID: 17428725
In Visual Studio IDE, Go To Tools->Options->Projects-> VC++ Directories
Add the path to the cmd.exe in the Executable Files section.
Usually the path is
C:\WINNT\system32