/srv/irclogs.ubuntu.com/2009/05/01/#ubuntu-java.txt

MaticHi, how do I convert .bat files to .sh for linux execution of java apps?10:24
persiaIt's more complicated than that, sometimes.10:31
persiaFor a simple .bat file that just has one line calling java, you might be able to just rename it.10:31
persiaFor something more complex, you'd have change how variables are set, etc.10:32
Maticpersia, where can I post the .bat file so you may have a look at it10:36
persiapaste.ubuntu.com, but realise that I may not be able to tell you the answer.10:37
Maticpersia, there it is at http://paste.ubuntu.com/162076/10:40
persiaThat falls into the middle.10:41
persiaYou'd have to convert all the set lines to shell variable assignments (and make sure the paths were useful in your context).10:41
persiaThe echo command is the same (except is has to be lowercase).10:41
persiaAnd then use shell variable references in the last line.10:42
persiaI don't know if it will work, but that's how I'd convert it if I was trying.10:42
Maticpersia, ok thanks let me try that10:43

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!