Newby question: The command "script" cannot be found

Hi

I have just installed Ruby on rails and I´m trying to run the following
starting example:
http://rfacebook.wordpress.com/2007/12/28/quickstart/

The console does not recognize the command script:

c:\ruby\myapp>script/plugin
Der Befehl “script” ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

What have I missed out? Any help is appreciated.

Thank you
Tobias

Em Saturday 09 August 2008, Tobias Grahn escreveu:
[…]

The console does not recognize the command script:

c:\ruby\myapp>script/plugin
Der Befehl “script” ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

Try:

ruby script/plugin

HTH,

Davi V.

E-mail: [email protected]
MSN : [email protected]
GTalk : [email protected]
Skype : davi vidal
YIM : davi_vidal
ICQ : 138815296

Thanks Davi. That helped