View Single Post
Old Dec 19th, 2006, 1:33 PM   #1
mark84
Newbie
 
Join Date: Dec 2006
Posts: 2
Rep Power: 0 mark84 is on a distinguished road
Smile Batch File - Running a exe and closing the winodw

Hi everyone,

I have a simple batch file that does some tasks and finally runs a exe,

task1 
task2
.
.
.
"C:\Program Files\ATITool\ATITool.exe"

But when it runs the ATITool.exe, the black DOS window just stays there in the foreground. So all I want is to do is close that window automatically after it executes the ATITool.exe.

How can I do this ?

Any help will be appereciated.
mark84 is offline   Reply With Quote