I\'d like to make sure that when calling my batch, no more than 2 parameters are passed.
Is there an easy way to check that, or do I have to call SHIFT as many times as
IF NOT "%3"=="" GOTO Too_Many_Args