Improved Scripting Shell / by Derek Gregoriev

I improved some of the feedback on the scripting shell. There's still a transient error that I suspect is because of Java's mishandling of the native C but this is difficult to catch (transients tend to be). So I put a very crude try catch block in the C code and hopefully I can get enough info to diagnose it. In the meantime, the catch block should allow the program to not quit out like it was doing. Otherwise, the feedback is way better and its acting pretty well. I posted source and the executable to the sourceforge page. As before, you need the .dll in the same file as the .exe for it to work. Cheers!