Files
insar-management-system-v2/scripts/stop_landsar_cluster_worker.bat
T

6 lines
138 B
Batchfile

@echo off
setlocal
cd /d "%~dp0\.."
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0stop_landsar_cluster_worker.ps1" -All
pause