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...
It doesn't matter. Either setting will have the same effect.