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.