vote up 0 vote down star

Whenever I try to use the Rails script/generate or script/install command I get this kind of error:

C:\workspace>script/generate bigcommand
'script' is not recognized as an internal or external command,
operable program or batch file.

Any idea why?

flag

1 Answer

vote up 3 vote down check

on windows, you probably need to invoke it like this: "ruby script\generate ..."

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.