salt/pkg/windows/buildenv/salt-call.bat

13 lines
296 B
Batchfile
Raw Normal View History

@ echo off
:: Script for starting the Salt-Minion
:: Accepts all parameters that Salt-Minion Accepts
:: Define Variables
Set SaltDir=%~dp0
Set SaltDir=%SaltDir:~0,-1%
Set Python=%SaltDir%\bin\python.exe
Set Script=%SaltDir%\bin\Scripts\salt-call
2017-06-12 21:48:46 +00:00
:: Launch Script
2017-07-26 20:21:41 +00:00
"%Python%" -E -s "%Script%" %*