Add .bat files

This commit is contained in:
Duke Leto
2019-10-20 10:14:15 -04:00
parent edf0f1b672
commit 15504ef2c1
2 changed files with 24 additions and 0 deletions

14
src/hush-cli.bat Normal file
View File

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