On 22 June 2010 15:15, Lars Nilsson <chamael...@gmail.com> wrote: > Maybe Windows Script Host is an option, if you haven't looked at that one yet.
Yes, WSH/VBS is a reasonable option. There are some gotchas which you need to be careful of though - there's *still* only one filetype (.vbs) which is executed by cscript or wscript depending on user-settable defaults (cscript //H:wscript) which makes it unreliable. For a really robust solution, I think a custom EXE might be the best (for the user) answer. But this is probably far too Windows-specific for the list now. I'll go off and try to implement something and report back. Thanks for all the feedback, Paul. -- 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