On Fri, 2 Dec 2011, John Kitzmiller wrote:
I hope this does not open another thread with the same name, but I did not find a way to respond directly within the archive--something else I am missing or will ntg find the reference? Here it goes...
Thank you for response luigi. The story:
OS = Windows7 professional I also have MikTeX installed which I use routinely for pdfLaTeX and METAPOST from TeXworks
download context-setup-mswin.ziphttp://minimals.contextgarden.net/setup/context-setup-mswin.zip from the wiki unzip to C:\context run from shell C:\context>first-setup.bat --modules=all add to PATH C:\context\tex\texmf-mswin\bin\ run from shell C:\context>first-setup.bat --keep
Then create tex file \starttext Hello world \stopptext in different location.
Navigate shell to that location and >context firstfile.tex
Before you run "context filename" you need to run "C:\context\tex\setuptex.bat" to set all the paths. After that "context filename" should work fine. If you still get the "script not registered" error, then run "luatools --generate" after runing setuptex. Aditya