@rjd324
Quote:
Do you know if "QUIET" and "High Power" are completely unrelated?
I believe so.
AFAIK, the QUIET option also here does what that option does in most commands: make the command avoid outputting anything to the console (std output). This is useful for a command in Startup-Sequence (or User-Startup) because if text were printed, the shell window would open to show it, which you normally don't want during startup.
In some cases the same effect is created by appending ">NIL:" and possibly "*>NIL:" (for the error stream) after a command.
As for the Power command itself, I assume calling it without any (other) arguments simply makes it activate the same power setting which has previously been saved in the Power prefs GUI.
Best regards,
Niels