From 413dd50822e3259848d3399b159299005f739d8e Mon Sep 17 00:00:00 2001 From: Narsty <132179825+narstybits@users.noreply.github.com> Date: Fri, 12 May 2023 02:04:56 -0500 Subject: [PATCH] Add files via upload --- Goodusb/All Applications at once .txt | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Goodusb/All Applications at once .txt diff --git a/Goodusb/All Applications at once .txt b/Goodusb/All Applications at once .txt new file mode 100644 index 0000000..d7d8af1 --- /dev/null +++ b/Goodusb/All Applications at once .txt @@ -0,0 +1,32 @@ +REM Opens Terminal, Safari, Xcode, Calendar, Messages, Pycharm CE +REM You can update the (" ") with whatever applications you'd like! +REM Delays may need adjusting depending on how long app takes to load. + +REM Title: All Applications at once +REM Author: Narsty +REM Target: MacOS +REM Version: 1.0 +REM Category: Utility + +DELAY 2000 +GUI SPACE +DELAY 500 +STRING terminal +ENTER +DELAY 1000 +STRING open -a "Safari" +ENTER +DELAY 1000 +STRING open -a "Xcode" +ENTER +DELAY 5000 +STRING open -a "Calendar" +ENTER +DELAY 1000 +STRING open -a "Messages" +ENTER +DELAY 2000 +STRING open -a "Pycharm CE" +ENTER +DELAY 2000 +