| |||||
Technical Support Support Resources
Product Information | µVISION: ERRORS LAUNCHING USER PROGRAMSInformation in this article applies to:
SYMPTOMSI've configured my project to launch a user program. I'm doing this in the Project Options Output Dialog. The exact program I'm trying to start is: C:\Program Files\Internet Explorer\IEXPLORE.EXE When I compile my program, I receive the following error message: --- Error: can't execute ' "C:\keil\UV2\KSPAWN.exe" C:\Program Files\Internet Explorer\IEXPLORE.EXE' I receive similar error messages when I try to launch other programs. What's going on? CAUSEThis error message is caused because of the space in the path name. RESOLUTIONEnclose the path specified for the User Program in quotes: "C:\Program Files\Internet Explorer\IEXPLORE.EXE" You may specify parameters for programs enclosed within quotes, however, the parameters must appear outside the quotes. SEE ALSO
FORUM THREADSThe following Discussion Forum threads may provide information related to this topic. Last Reviewed: Friday, June 25, 2004 | ||||