File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes Runtime.exec() doubt, please help me........... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Runtime.exec() doubt, please help me..........." Watch "Runtime.exec() doubt, please help me..........." New topic
Author

Runtime.exec() doubt, please help me...........

karthick chinnathambi
Ranch Hand

Joined: Jul 06, 2009
Posts: 196



when i execute this new cmd window is not opening.....
but "cmd.exe" process runs inside taskmanager.....

my aim is to go to d:\somefolder using cmd console and cmd window should be visible....
can i execute the commands to be executed in cmd using java program?
if not tell me an alternate way.... please........

also when the program completes the process is not killed......

KARTHICK.C , SCJP6-93%
(Born to Win)
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Runtime.exec() doubt, please help me...........
 
Similar Threads
System.exit() capture using bat or shell script
How to close dos 'pause' command in Java
Really confused about runtime.exec()
how to execute dos commands using RunTime.getRuntime.exec()
run dos commands through servlet