Re: Sending and Reciving MS-DOS commands
Posted By:
Gautam_Marwaha
Posted On:
Monday, July 8, 2002 02:16 AM
You can use the Process object created by Runtime.exec. Methods like getInputStream(), getOutputStream(), getErrorStream() can be used to interact with the Process