Aha. Thanks so much, I had been trying that batch file but I was missing A) the name and location of the system image file and B) the fact that I had to delete it for the batch file to attempt remaking it
This appears to work with the 0.2.0 release version (however I had to run the batch file with administrator rights for it to write to the Program Files location that Julia Studio had installed it to - not end of world but worth noting), but does not function with the latest Win 64 0.3 prerelease: julia> versioninfo() Julia Version 0.3.0-prerelease+1570 Commit a6f6461* (2014-02-14 21:07 UTC) Platform Info: System: Windows (x86_64-w64-mingw32) CPU: Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz WORD_SIZE: 64 BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY) LAPACK: libopenblas LIBM: libopenlibm The error I get is: System image file "D:\code\Julia-0.3.0-prerelease\bin\\../lib/julia/sys.ji" not found The sys.ji file I removed had been located in Julia-0.3.0-prerelease/lib/julia, so something the batch file and/or the way the -b flag works probably needs to be tweaked to account for the move. Should I file an issue? -Tony
