Message5535

Author stuaxo
Recipients stuaxo
Date 2010-02-16.03:34:25
SpamBayes Score 3.4201386e-07
Marked as misclassified No
Message-id <1266291266.66.0.96742219963.issue1557@psf.upfronthosting.co.za>
In-reply-to
Content
Jython.bat doesn't work in 4nt, I fixed it by getting it to run in cmd.exe all the time by prepending the following to jython.bat:


@echo off
if not "%@eval[2+2]" == "4" goto normalstart
:: If running in 4NT, force to run in cmd.exe
cmd /C %0 %*
goto finish

:normalstart
History
Date User Action Args
2010-02-16 03:34:26stuaxosetrecipients: + stuaxo
2010-02-16 03:34:26stuaxosetmessageid: <1266291266.66.0.96742219963.issue1557@psf.upfronthosting.co.za>
2010-02-16 03:34:26stuaxolinkissue1557 messages
2010-02-16 03:34:25stuaxocreate