Close
jGuru Forums
Posted By: Kashif_rao Posted On: Monday, December 22, 2003 01:29 PM
Hi dears how we can call batch (.bat) files from java program
Re: How to call batch files
Posted By: Christopher_Koenigsberg Posted On: Monday, December 22, 2003 02:36 PM
Well on Unix you won't be able to, but on DOS/Windows you can presumably just use Runtime.exec().