I\'m trying to use the following validation logic in a batch file but the \"usage\" block never executes even when no parameter is supplied to the batch file.
IF "%1"=="" GOTO :Continue ..... ..... :Continue IF "%1"=="" echo No Parameter given