Rename kmd/windows/verus.bat to kmd/windows/kmd-cli/verus.bat

This commit is contained in:
Asher Dawes
2018-06-01 14:46:23 -07:00
committed by GitHub
parent 133ec8899a
commit 4189580fac

View File

@@ -0,0 +1,14 @@
@call :GET_CURRENT_DIR
@cd %THIS_DIR%
komodo-cli.exe -ac_name=VRSC %1 %2 %3 %4 %5 %6 %7 %8 %9
@goto :EOF
@:GET_CURRENT_DIR
@pushd %~dp0
@set THIS_DIR=%CD%
@popd
@goto :EOF