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

10 lines
215 B
Batchfile
Raw Normal View History

@ echo off
:: Script for starting the Salt-Minion
:: Accepts all parameters that Salt-Minion Accepts
:: Define Variables
2015-04-16 18:40:23 +00:00
Set Python=%~dp0bin\python.exe
Set Script=%~dp0bin\Scripts\salt-cp
2015-03-20 20:18:57 +00:00
"%Python%" "%Script%" %*