Thread
:
Batch File - Running a exe and closing the winodw
View Single Post
Dec 19th, 2006, 5:32 PM
#
2
The Dark
Expert Programmer
Join Date: Jun 2005
Posts: 816
Rep Power:
4
Put "start" before the command
e.g.
(
Toggle Plain Text
)
start "" "C:\Program Files\ATITool\ATITool.exe"
start "" "C:\Program Files\ATITool\ATITool.exe"
The first set of quotes are for the window title
Edit: added and fixed the quotes
The Dark
View Public Profile
Find More Posts by The Dark