Command: python -c "from pathlib import Path;p=Path(r'C:\Users\ash\Documents\Codex\2026-08-26\worked-for-1m-5s-inference-ya\bootstrap_zero_dashboard.ps1');s=p.read_text(encoding='utf-8',errors='replace');print('\n'.join(x for x in s.splitlines() if any(k in x.lower() for k in ['sheet_relay','python','relay','start-process','task'])))"
Directory: projects
Status: SUCCESS
Exit code: 0
Cancel Job Rerun Command Refresh
# Designed for Task Scheduler ONLOGON (current user, no admin).
function Get-PythonExe {
$p = Get-Command python -ErrorAction SilentlyContinue
$fallback = "C:\Users\ash\AppData\Local\Programs\Python\Python312\python.exe"
$py = Get-PythonExe
Start-Process -FilePath $py -ArgumentList "`"$bridgeScript`"" -WorkingDirectory $root -WindowStyle Hidden
$py = Get-PythonExe
Start-Process -FilePath $py -ArgumentList "`"$supervisorScript`"" -WorkingDirectory $root -WindowStyle Hidden