On 31 May 2010 04:51, Paul Moore <p.f.mo...@gmail.com> wrote: > On 30 May 2010 12:31, alux <alu...@googlemail.com> wrote: > > Small addition, you missed to add the : before eof > > > > replace "goto eof" by "goto :eof" > > Thanks, good catch. ("goto eof" without the colon works on TCC, which > I normally use as my command shell). > > I noticed it seemed to have problems when trying to use an absolute path to reference clojure.jar.
java -cp d:\products\clojure\clojure.jar clojure.main "%~f0" %* Using forward slashes instead seemed to do the trick. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en