Bear with me, it's been a while. :)
What is a good way to validate command-line arguments passed to an MS-DOS batch script?
For example, here is what I want to do:
IF "%1"=="" throw "Missing 1st argument: Machine Name"
IF "%2"=="" throw "Missing 2nd argument: File Path"