Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Better solution doesn't work? #4

Closed
alessioalex opened this issue Nov 30, 2011 · 4 comments
Closed

Better solution doesn't work? #4

alessioalex opened this issue Nov 30, 2011 · 4 comments

Comments

@alessioalex
Copy link

I am successfully running Node.js 0.6.3 with NPM on Windows and I followed your instructions (put CoffeeScript into Program Files) but I cannot get it working (I am using Windows XP):

C:\Documents and Settings\alessio>@echo off
'@echo' is not recognized as an internal or external command,
operable program or batch file.

C:\Documents and Settings\alessio>"C:\Program Files\Node\node.exe" "C:\Program F
iles\CoffeeScript\bin\coffee" -v
The system cannot find the path specified.

@alessioalex
Copy link
Author

Ok seems node installed itself into nodejs instead of Node. My bad

@alessioalex
Copy link
Author

I can compile stuff etc, but the first thing still stands:

C:\Documents and Settings\alessio>@echo off
'@echo' is not recognized as an internal or external command,
operable program or batch file.

@alessioalex alessioalex reopened this Nov 30, 2011
@alisey
Copy link
Owner

alisey commented Dec 2, 2011

Sounds like your editor's using UTF-8 encoding and is adding an invisible BOM character to the beginning of the file.

Re-save the file with UTF-8 without BOM or ASCII encoding, it should help. Or simply grab this file instead: http://dl.dropbox.com/u/165521/coffee.cmd

@alessioalex
Copy link
Author

Thanks, that fixed it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants