add bare script for environment preparation

This commit is contained in:
2026-05-20 16:52:56 +02:00
parent ae159713f6
commit a513bc4535
2 changed files with 111 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
@echo off
echo %cmdcmdline% | findstr /i /c:"%~nx0" >NUL && set iscommandline=1
echo %PSModulePath% | findstr "%USERPROFILE%" >NUL && set ispowershell=1
cd /D "%~dp0"
echo.
@powershell -NoProfile -ExecutionPolicy Bypass -Command .\scripts\setup-environment.ps1 %*
echo.
IF DEFINED iscommandline IF NOT DEFINED ispowershell pause