|
it would be:
"SHUTDOWN||CLOSEWINDOW;"
This would close EVERY open window, I haven't tested it, but with nothing after the semicolon rr will tell windows to close any program with a windows name. (I think you just need to add the semicolon to the code.)
or to close specific windows:
"EXIT||CLOSEWINDOW;Notepad||CLOSEWINDOW;Inbox||CLO SEWINAMP" And so on, you shouldn't have more than a few programs embedded into your skin, so it shouldn't be too hard to do this.
|