I have a .bat file with some instructions and i want it to run from Extendscript.
How to Run .bat file from Extendscript?
Tried execute(); command and it seems like .bat executed but no result, but when i double click on .bat file everything worksout fine.
How can i use runtime.exec() in extend script?
Can i communicate with Java JDK thru ExtendScript and throw commands like runtime.exec()??
can someone plz help?