On Sat, Dec 3, 2011 at 04:56, John Kitzmiller wrote:
I think I can get this setuptex.bat automated for random context runs but,
for some reason(s) C:>context somefile.tex will not work globally on my personal computer (Lenovo x100e) over which I have admin control (maybe I am not a good admin?) and I have added C:\context\tex\texmf-mswin\bin to my PATH
I still get "Lua script not registered" complaint when I try to compile outside of C:\context directory
I suppose I could live with keeping all binaries and docs in C:\context, but that is not so inviting compared to being able to pdfLaTeX a doc over Dropbox via MikTeX for example.
You need to have C:\context\tex\texmf-mswin\bin in front of MikTeX's bin, else the command "context" will use LuaTeX from MikTeX and that one won't find ConTeXt scripts. However, you might stumble into some problems with LaTeX then, but it might be possible to remove pdfTeX (during installation of ConTeXt you can say --engines=luatex) and then it will be unlikely that you will want to use the same binary with ConTeXt and LaTeX (I have no idea how kpathsea would work in such a scenario). Mojca