Computing.Net > Forums > Disk Operating System > auto-closing a batch file

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

auto-closing a batch file

Reply to Message Icon

Name: sparklemotion
Date: June 10, 2002 at 21:34:31 Pacific
Comment:

i originally posted this in the xp forum, and it was suggested i post it here, which makes sense. my os is windows xp professional.
********************************************

i wrote a small batch file. at the end of it it opens an internet explorer window. the batch file will not close unless i close the ie window or manually close the command window. does anyone know what i can put in there to make it close automatically without first closing the ie window? my main drive is d:, and this is the file:
********************************************
@echo off
D:\Progra~1\Washer~1\autowash.exe
D:\PROGRA~1\NORTON~1\NORTON~2\qdcsfs.exe
D:\Progra~1\Intern~1\IEXPLORE.exe
CLS
EXIT
********************************************

thanks for any help.



Sponsored Link
Ads by Google

Response Number 1
Name: Ronin
Date: June 10, 2002 at 21:54:20 Pacific
Reply:

I've never had the desire to use XP, but this usually works in win9x. Right click on the file's icon and select properties from the menu, next select the program tab, and finally check off the "close on exit" check box and see if that will work. The option may or not be present on XP; I dunno.


0

Response Number 2
Name: sparklemotion
Date: June 10, 2002 at 22:01:54 Pacific
Reply:

thank you, but it's not an option in xp.


0

Response Number 3
Name: Ronin
Date: June 10, 2002 at 22:18:36 Pacific
Reply:

You might try looking here. Too many topics for me to sift through I'm afraid. :)


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


How do I Format a MS-DOS ... Silent batch file



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: auto-closing a batch file

Close a batch file www.computing.net/answers/dos/close-a-batch-file/2179.html

Close Win Program with a Batch File www.computing.net/answers/dos/close-win-program-with-a-batch-file/13949.html

Dos Commands in a batch file www.computing.net/answers/dos/dos-commands-in-a-batch-file/1258.html