mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add missing batch file
This commit is contained in:
parent
fdb8531724
commit
984b736e14
1 changed files with 13 additions and 0 deletions
13
pkg/windows/buildenv/salt.bat
Normal file
13
pkg/windows/buildenv/salt.bat
Normal 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%" %*
|
||||
|
Loading…
Add table
Reference in a new issue