Total members 11893 |It is currently Sun Nov 03, 2024 3:17 pm Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





I am trying to run some batch files from java as part of our
acceptance testing framework, and unfortunately the only way I seem to
be able to run a batch file on windows is like this:

Runtime.getRuntime().exec("cmd /c start " + batchFile);

However, it opens a comman window and doesnt go away till I close it,
and the tests require manual intervention to finish.




Author:
Proficient
User avatar Posts: 280
Have thanks: 1 time

exec () should work just passing the name of the batch file, provided,
of course, that the directory of the batch file is in the Windows PATH
environment variable.

_________________
Please recommend my post if you found it helpful


Author:
Proficient
User avatar Posts: 228
Have thanks: 0 time
Post new topic Reply to topic  [ 2 posts ] 

  Related Posts  to : Running a batch file with Runtime.exec
 purpose of the Runtime class     -  
 character running automatically / jump /duck/ functions     -  
 Encrypt/Decrypt a file from source file to target file.     -  
 Copy file to file in java code- implementation     -  
 file descriptor vs file pointer     -  
 getting file name of html input file tag using jsp     -  
 How to convert xml file to Pdf file using C     -  
 C++ File I/O     -  
 web.xml file     -  
 Upload PDF file in php     -  









Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com