Hello Experts,
I have a bat file for java barcode file. The whole executable file is written in .bat file.
I want to make it runnable in leopard(osx 11.5.1) with applescript
the bat file is bellow
java.exe -cp .;../BarcodeReader.jar;../
lib/jai_co
dec.jar;..
/lib/jai_c
ore.jar test.linear.Test ../../linear_images
Pause
Can anyone help me to translate to mac.
thanks in advance.
Start Free Trial