Author Topic: cannot run a project  (Read 3403 times)

Offline benkenobi01

  • Multiple posting newcomer
  • *
  • Posts: 64
cannot run a project
« on: September 23, 2008, 10:12:18 pm »
hello
i cannot run a project, the build happens with no errors but when i try to run the project
i get a runner.exe console wich says:'C:\Documents' is not recognized as an internal or external command,
operable program or batch file.

it is strange as all my other programs run with no problem.

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: cannot run a project
« Reply #1 on: September 23, 2008, 11:05:40 pm »
You have to quote your pahs containing space like "C:\Documents and Settings"

Dje

Offline benkenobi01

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: cannot run a project
« Reply #2 on: September 23, 2008, 11:40:39 pm »
ok and where do i have to change this? i cannot understand why this changed.?

mariocup

  • Guest
Re: cannot run a project
« Reply #3 on: September 24, 2008, 08:02:45 am »
Hi benkenobi01,

since spaces normally are used as separator between different arguments you will have to add the quotes "argument containing spaces"! Using quotes you will be able to use spaces in your arguments.

Bye,

Mario

Offline benkenobi01

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: cannot run a project
« Reply #4 on: September 24, 2008, 10:12:30 am »
now it works again, i restarted my pc , this made the trick, there was no logical reason for this not to working as other project would run ok.