createed a good service

This commit is contained in:
2025-09-22 19:51:37 +03:00
parent ed8ebd9e76
commit dd1772222d
3 changed files with 206 additions and 15 deletions

View File

@@ -0,0 +1,4 @@
@echo off
REM Service wrapper for PowerShell print service
cd /d "C:\Program Files\QualityRecticel\PrintService"
powershell.exe -ExecutionPolicy Bypass -NoProfile -WindowStyle Hidden -File "print_service.ps1"