Add missing batch file

This commit is contained in:
twangboy 2017-07-03 10:24:10 -06:00
parent fdb8531724
commit 984b736e14

View file

@ -0,0 +1,13 @@
@ echo off
:: Script for starting the Salt
:: Accepts all parameters that Salt
:: Define Variables
Set SaltDir=%~dp0
Set SaltDir=%SaltDir:~0,-1%
Set Python=%SaltDir%\bin\python.exe
Set Script=%SaltDir%\bin\Scripts\salt
:: Launch Script
"%Python%" "%Script%" %*