Spool an interactive JAVA program ?
Posted: 17 Sep 2011 09:17
I run an interactive JAVA program on the DOS prompt and want to be able to save the whole interaction in a txt file.
Is there a way to achieve it ?
I run a batch file like this
C:\> runbatch.bat
which contains the following command
C:\> Java ABC
This program will ask some questions from the user then do some processing. How to I spool everything from from the java programs output ?
All help is appreciated.
regards
SKT
Is there a way to achieve it ?
I run a batch file like this
C:\> runbatch.bat
which contains the following command
C:\> Java ABC
This program will ask some questions from the user then do some processing. How to I spool everything from from the java programs output ?
All help is appreciated.
regards
SKT