If you happen to have a %PATH% which includes spaces, the 2nd time you
run activate.bat you will get an error something like:

"\ATI unexpected".

Exact error depends on your path. This is a Windows bug in how it's
handling setting the path within a batch file. While it's perfectly
valid to have a path like:

C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static

When you try to set a path like that in a batch file (like when
activate.bat tries to set PATH back to what it stored previously),
CMD.exe will report the "unexpected" error. The workaround is to edit
your paths so that any dirs with spaces are in quotes. This error is
not specific to Pinax and I've seen other batch files which manipulate
PATHs run into the same thing.

"C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static"

A note in the docs might save some aggravation, since it's quite
normal for PATHs to contains quoteless dirs with spaces in it..

-- 
You received this message because you are subscribed to the Google Groups 
"Pinax Core Development" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pinax-core-dev?hl=en.

Reply via email to