 edgewing
Member
|
Hi All,
Been trawling through here and can’t find an answer. I have put in a tool to set up a new rails project and I am getting the following error when I execute it
> "c:rubybinrails c:Projectsthing"
> Failed to create process: The filename, directory name, or volume label syntax is incorrect.
> Process Exit Code: 0
> Time Taken: 00:00
I can cut and paste this command and execute it quite happily in the console/cmd window so can’t understand why it isn’t working.
This is the content of my UserTools.xml file
- <schemetools>
- <global>
<tool command="c:rubybinrails c:Projects%?" flags="41" folder="c:Projects" index="0" name="Rails Project" params="" parsepattern="" shortcut="0" />
</global>
- <scheme name="ruby">
<tool command="ruby scriptserver" flags="41" folder="$(ProjectPath)" index="0" name="Start Server" params="" parsepattern="" shortcut="0" />
</scheme>
</schemetools>
I have just downloaded the latest version from the website and am running on Windows Vista SP1.
Regards
|
 simon
Key Master
|
Hi,
The command bit is just for the actual program that gets run (i.e. rails). The c:Projects%? bit needs to go in the parameters box. This should then work just fine.
Simon.
|
 edgewing
Member
|
Hi Simon,
That worked a treat. Many thanks for the prompt response, won’t forget that one again.
Regards
|