sync: auto-sync from HOWARD-HOME at 2026-07-07 11:45:40
Author: Howard Enos Machine: HOWARD-HOME Timestamp: 2026-07-07 11:45:40
This commit is contained in:
5
.claude/scripts/gps-rmm-progress-hidden.vbs
Normal file
5
.claude/scripts/gps-rmm-progress-hidden.vbs
Normal file
@@ -0,0 +1,5 @@
|
||||
' gps-rmm-progress-hidden.vbs — launch the GPS->RMM progress check with no visible window.
|
||||
' Run via the GPS-RMM-Progress scheduled task through wscript.exe (GUI host, no console),
|
||||
' which starts bash with window style 0 (hidden) so the daily check no longer flashes a
|
||||
' console window on the desktop. Runtime env is identical to a direct bash launch.
|
||||
CreateObject("WScript.Shell").Run """C:\Program Files\Git\bin\bash.exe"" -lc ""cd /c/claudetools && bash .claude/scripts/gps-rmm-progress-check.sh""", 0, False
|
||||
Reference in New Issue
Block a user