Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Call .bat file from java code

807589Sep 5 2008 — edited Sep 5 2008
I need to call an application that uses a .bat file to execute from a java program. Is that possible?
This is the .bat file:
importcli.exe ciaf2735 C:\Importcli\files\SAI2735*.txt   
importcli.exe ciaf2735 C:\Importcli\files\CI2735*.txt   
importcli.exe ciaf2735 C:\Importcli\files\SC2735*.txt   
importcli.exe db1800 C:\Importcli\files\*.mdb 
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 3 2008
Added on Sep 5 2008
2 comments
283 views