From d4be830c9f5228390d7a6662b6b19814ae70eb28 Mon Sep 17 00:00:00 2001 From: Narsty Date: Mon, 15 May 2023 09:27:16 -0500 Subject: [PATCH] Add files via upload --- Goodusb/ClearNotCLose.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Goodusb/ClearNotCLose.txt diff --git a/Goodusb/ClearNotCLose.txt b/Goodusb/ClearNotCLose.txt new file mode 100644 index 0000000..795770d --- /dev/null +++ b/Goodusb/ClearNotCLose.txt @@ -0,0 +1,22 @@ +REM This Script will minimize all open windows + +REM Author: Narsty +REM Title: ClearNotClose +REM Version 1.0 MacOs + + +DELAY 1000 +GUI SPACE +DELAY 500 +STRING terminal +ENTER +DELAY 500 +STRING osascript -e 'tell application "System Events" to set visible of every process whose visible is true and name is not "Finder" to false' +ENTER +DELAY 500 +GUI W + + + + +