View Single Post
Join Date: Jan 2007
Posts: 201
Reputation: shouvik.d is an unknown quantity at this point 
Solved Threads: 6
shouvik.d's Avatar
shouvik.d shouvik.d is offline Offline
Posting Whiz in Training

Re: redirect output of a CMD to file

 
0
  #3
Nov 19th, 2008
Originally Posted by eggi View Post
Does the exe open up an xterm window and just run a command in there or are we looking at a full-blown gui?
Actually this is a Windows Console application so no question of xterm. And to answer your question it is an exe which will create in runtime a batch file and call the same. I cannot call the batch separately because it gets created in runtime only when the exe is called and thereafter deleted. The exe takes care to create it with the user provided options and then call it, complete the run and then delete this batch file.

Conventionally I can redirect an output of the batch but since the creation is only with the help of that of the exe hence I cannot do the same.
Regards
Shouvik
Reply With Quote