// returns true if you should exit sbool standalone_activateFrames(S programID) { S fullID = programIDPlusHome(programID, userHome()); if (swic(activateFramesOf(fullID), "OK")) { print(fullID + " already running, activating its windows."); cleanKill(); true; } false; }