Jump to content
LaunchBox Community Forums

Leaderboard

Popular Content

Showing content with the highest reputation on 06/01/2025 in Posts

  1. Nine years of collecting all in one box 140tb LB 160k of games 20k of media About 20k games not working not added Could add 100k from Flashpoint Showcase video coming soon...🙂
    1 point
  2. No updates on the feedback piece I logged above, until this issue fixed upstream in the bigbox code I am just going to restart bigbox on wake. I created the following batch script to stop then start bigbox (I called it restartbigbox.cmd on my machine): @echo off REM Stop Bigbox taskkill /im "bigbox.exe" REM Bigbox has background processes run on exit, wait for those to finish and restart bigbox REM Check if bigbox.exe is running, if it is loop, if not restart it :check_process tasklist | find "BigBox.exe" > nul REM echo %errorlevel% if %errorlevel% == 0 ( echo bigbox.exe found. Waiting 1 second... timeout /t 1 /nobreak > nul goto :check_process ) else ( start c:\launchbox\bigbox.exe ) To trigger the script, I created a task in task scheduler to monitor for wake and then under action called the script:
    1 point
×
×
  • Create New...