Why not just call the bat script directly from alias.. and the parameters from the command line is sent as parameters to the bat file..
and windows will pick them up and you can access them as normal in batch script using %1 and so on
Most multitags should work in bat too, but since they are handle before the command is executed Im not sure parameters from commandline field will work.
feels like the wrong way to do something.