not exiting on exit selection until second time

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Message
Author
JDAIII
Posts: 9
Joined: 16 Dec 2014 18:28

Re: not exiting on exit selection until second time

#16 Post by JDAIII » 17 Dec 2014 18:03

thanks Squashman,

I tried your tests and I saw some issues. It was working for me before, but I made the change to my file because it never hurts.

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: not exiting on exit selection until second time

#17 Post by foxidrive » 17 Dec 2014 23:53

Note that this line is broken

JDAIII wrote:

Code: Select all

IF %M%==9 GOTO

Squashman
Expert
Posts: 4488
Joined: 23 Dec 2011 13:59

Re: not exiting on exit selection until second time

#18 Post by Squashman » 18 Dec 2014 08:25

foxidrive wrote:Note that this line is broken

JDAIII wrote:

Code: Select all

IF %M%==9 GOTO

Wow. How did I not see that. Must have fell asleep as I was reading that line of code.

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: not exiting on exit selection until second time

#19 Post by foxidrive » 18 Dec 2014 08:56

:) I didn't see it either when I made my first suggestion.

Post Reply