run bat file with arguments

Shell
echo off
set arg1=%1
set arg2=%2
shift
shift
fake-command /u %arg1% /p %arg2% %*

Source

Also in Shell: