ewhere are the extended dos properties for batch files?

J

jason buckner

I have a batch file that calls an executable. I want that
dos window to close after calling the batch file. How can
this be done on xp for tablet?
 
T

Thorsten Matzner

jason buckner said:
I have a batch file that calls an executable. I want that
dos window to close after calling the batch file. How can
this be done on xp for tablet?

Try adding
CLS
at the end of the batch file.
 
M

Max

-----Original Message-----
I have a batch file that calls an executable. I want that
dos window to close after calling the batch file. How can
this be done on xp for tablet?
.


You can try creating a shortcut to the batch file in
question. In the shortcut's properties sheet, click the
program tab, then near the bottom of sheet set the "Close
on Exit" check box.

Hope that helps.

Max
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top