WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: morenos1 on October 21, 2014, 06:58:59 AM

Title: Allow quiet termination.
Post by: morenos1 on October 21, 2014, 06:58:59 AM
The Tech Database shows:

To both Exit Windows and Terminate WinBatch Script Quietly:

        Intcontrol(12,5,0,0,0)
        Intcontrol(67,0,0,0,0)

In the help I see:

       "4 Allow quiet termination."  Intcontrol(12,4,0,0,0)

I have always used Intcontrol(12,5,0,0,0) on top of my scripts to allow quiet termination.

Should it change to Intcontrol(12,4,0,0,0)?

Thanks...
Title: Re: Allow quiet termination.
Post by: td on October 21, 2014, 08:33:35 AM
It doesn't matter.  Either setting will have the same effect.