windows vista, installed Ruby, created the necessary folder and directories scss and css, index.html.
In the command line I wrote:
>MySass>sass scss/style.scss css/style.css clicked enter , everything compiled well.
But when I enter:
>MySass>sass --watch scss/style.scss:css/style.css it gives an error.