Inside the shell script you can access the arguments as bash variables $1 ... For example: echo off set arg1=%1 set arg2=%2 shift shift fake-command /u ...
確定! 回上一頁