I am sure I must have done this in the past but I now can't find the means of passing command line parameters into a script. I know there are functions for the script location, name and EXE but I need to pass into the script other information and don't really want to have to set environmental variables.
I.e. in a batch file you have %0 to %9 then SHIFT to go above %9 which corresponds to say %0 = KIX32.exe, %1 = KIXscript.kix, %2 ~ %9 my switches.

Would someone please REMIND ME how it is supposed to work as I have come to an abrupt halt over this.