Search found 6 matches

by The Lich Omoi
22 May 2022, 22:21
Forum: Ask for Help (v1)
Topic: Automatic File sorting based on extended parameters and watching multiple folders
Replies: 6
Views: 616

Re: Automatic File sorting based on extended parameters and watching multiple folders

foldersorterCameraRoll: ;Camera Roll folder organizer srcPath := "C:\Users\The Lich Omoi\Pictures\Camera Roll" destFolder := "C:\Users\The Lich Omoi\Pictures\Camera Roll" extsToSort := "jpg, png, tiff, JPG, PNG" Loop, Files, % srcPath "\*." extsToSort ; Goes through src Path and looks for exts we h...
by The Lich Omoi
22 May 2022, 18:13
Forum: Ask for Help (v1)
Topic: Automatic File sorting based on extended parameters and watching multiple folders
Replies: 6
Views: 616

Re: Automatic File sorting based on extended parameters and watching multiple folders

Thanks for explaining that! I think I am definitely getting sucked into unproductivity trying to learn the code and syntax I need for the applications I am trying to make I edited the string to have all the different file tips the sorter should be looking for, instead of the amalgam of those differe...
by The Lich Omoi
22 May 2022, 17:47
Forum: Scripts and Functions (v1)
Topic: Filexpro() : File Extended Properties Object
Replies: 33
Views: 15095

Re: Filexpro() : File Extended Properties Object

novice here, I know that it was stated that getting a picture's Date taken may be a little hard, but after trying both "Date Taken" and System.Photo.DateTaken I couldn't get the msg box to display the date of a test file I know has one. The code i was trying to use to check and fix was pic := "C:\Us...
by The Lich Omoi
21 May 2022, 13:02
Forum: Ask for Help (v1)
Topic: Automatic File sorting based on extended parameters and watching multiple folders
Replies: 6
Views: 616

Automatic File sorting based on extended parameters and watching multiple folders

I think I bit off more than I can chew, but i'm determined to get this all sorted out.... if I can. As a baseline, the objective is to watch folders and move files if parameters are met. My thought of getting this completed was to Decide what folders need to be watched Set up what files need to be m...
by The Lich Omoi
01 Dec 2021, 09:26
Forum: Ask for Help (v1)
Topic: search for text clipboard win explorer
Replies: 5
Views: 545

Re: search for text clipboard win explorer

send the enter key ( send, {enter} ) Sorry for the Necromancy but I am trying to put together a script that does the following and this was close to what I was looking for. "Take the highlighted text, and copy & delete it, then search my C drive for it" ^!{BS}:: { Send, ^c Sleep 250 Send, {BackSpace...

Go to advanced search