Forum: Shell Scripting Jan 1st, 2009 |
| Replies: 8 Views: 6,174 Hi Mike,
It seems it cannot be done. When an application is using a bat file to run a set of DOS commands windows will use a named pipe for the CMD.exe window. Now even if you can get the handle... |
Forum: Shell Scripting Dec 31st, 2008 |
| Replies: 8 Views: 6,174 Hi Mike,
This thing wont work as the EXE i am using does not provide any output. It in turn creates a .bat file with necessary contents from the command line options provided to the EXE and then... |
Forum: Shell Scripting Dec 17th, 2008 |
| Replies: 3 Views: 1,218 Hi Eggi,
Problem Solved.....Dude you are genius :). See you around |
Forum: Shell Scripting Dec 16th, 2008 |
| Replies: 3 Views: 1,218 Hi,
I am using a scheduled task that runs every night to take backup of important files. This task creates a folder in the following format
Backup_DD_MM_YY
where DD_MM_YY denotes the date... |
Forum: Shell Scripting Nov 20th, 2008 |
| Replies: 8 Views: 6,174 Thanks Mike,
I'll have a try and let you know. Thanks a lot for digging it out for me :) |
Forum: Shell Scripting Nov 19th, 2008 |
| Replies: 8 Views: 6,174 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... |
Forum: Shell Scripting Nov 18th, 2008 |
| Replies: 8 Views: 6,174 Hi There,
I have a third party EXE file (on which I have no control of any modification) which invokes a new CMD window in order to execute itself. In other words it a windows console application.... |