Pass along all CLI params, not just the first 9

This commit is contained in:
Jonathan "Duke" Leto
2022-09-19 13:56:46 -07:00
parent da5bd906af
commit bd8ebb6a1c

View File

@@ -1,6 +1,6 @@
@call :GET_CURRENT_DIR
@cd %THIS_DIR%
hushd %1 %2 %3 %4 %5 %6 %7 %8 %9
hushd %*
@goto :EOF
:GET_CURRENT_DIR