Is this possible?
Geeky1
University of the Pacific (Stockton, CA, USA)
Does a program exist that will let me have F@H start automatically when my laptop is on AC power, but which will close it when it switches to battery power?
0
Comments
Does it yet exist? Probably in a program-agnostic form, not F@H-specific.
if (battery!=1) { run folding@home }
else { return }
Gobbles
Also, inequality checks are <> IIRC, not !=.
I prefer !=, (since NOT EQUAL makes more sense to me than LESS THAN GREATER THAN)
As well, the GUI version is that it interprets Alt-F4 as minimize instead of close. If you can determine what (if any) keyboard commands will close the GUI version, then let me know.