View Single Post
  #2 (permalink)  
Old 08-08-2007, 01:23 AM
goldhouse goldhouse is offline
Senior Member
 
Join Date: Mar 2007
Posts: 136
goldhouse is on a distinguished road
When Runtime.exec() won't - Java World
Read this It will definitly help then dont forget to destroy the process , In the worst case If you are not successfull put the command in a batch and call the batch file , Your code will not work because you are not specifying the process itslelf , you have to specify it as cmd.exe or some batch file
Reply With Quote