amar Posted July 24, 2008 Report Share Posted July 24, 2008 i am using one batch file which is calling so many things. and in the end it is exit command.how can i check whether that exit is getting called or not? Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted July 27, 2008 Report Share Posted July 27, 2008 Welcome to the Windows Forum.I would write something to a log file just before the exit command, e.g....echo "script successfully ended at exit point" > script.logexit Quote Link to comment Share on other sites More sharing options...
Hb_Kai Posted August 5, 2008 Report Share Posted August 5, 2008 Because the CMD window closes? Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted August 6, 2008 Report Share Posted August 6, 2008 Because the CMD window closes?Not if it runs as a background task; it will be invisible. Anyway, the OP disappeared without checking for answers, so I don't think s/he was seriously interested in a reply. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.