This commit is contained in:
USER
2025-08-29 16:42:11 +01:00
parent f735b06138
commit e24b1317c7

View File

@ -1,14 +1,16 @@
@echo off @echo off
call C:\Scripts\wBase\baseENV.bat
call C:\Scripts\wLocal\localENV.bat call C:\Scripts\wLocal\localENV.bat
@REM xxxxxxx @REM xxxxxxx
echo "START: %~n0" echo "START: %~n0"
@REM set powershell variables
set PRINTERPS="%LOCAL%\PS\pAddPrinters.ps1" set PRINTERPS="%LOCAL%\PS\pAddPrinters.ps1"
set BROTHERPS="%LOCAL%\PS\pAddNetBrother.ps1" set BROTHERPS="%LOCAL%\PS\pAddNetBrother.ps1"
set ZEBRAPS="%LOCAL%\PS\pAddNetZebra.ps1" set ZEBRAPS="%LOCAL%\PS\pAddNetZebra.ps1"
set EXE="Powershell.exe" set EXE="Powershell.exe"
@REM set variables to ensure they are set, @REM set variables to ensure they are set
@REM printer 0 - no install @REM printer 0 - no install
@REM printer 1 - install brother @REM printer 1 - install brother
@REM printer 2 - install zebra @REM printer 2 - install zebra