Search found 107 matches

by MaxEnrik
16 May 2019 11:45
Forum: Tips & Tricks, Questions & Answers
Topic: Miscellaneous - Questions
Replies: 106
Views: 17822

Re: Miscellaneous - Questions

@highend - Thanks a lot, that is what I want. And I will be able to use that script if renaming start from Created Date . (p.s I tried to modify it by myself, failed. Scripting so hard.) 2nd Edited Isn't that possible to start renaming from 1st Created Date? (I am worrying that I am spending my tim...
by MaxEnrik
16 May 2019 10:36
Forum: Tips & Tricks, Questions & Answers
Topic: Miscellaneous - Questions
Replies: 106
Views: 17822

Re: Miscellaneous - Questions

#2 - Copy Selected Folder Name and Rename all Items inside of the Folder I tried below code, and can't rename files inside of the selected Folder. And need to add suffix numbers. $parent = gpc(<curitem>, "base", -2, 1); renameitem($parent, , 1, <#1>); for example: Selected Folder Name: ' ...
by MaxEnrik
14 May 2019 15:01
Forum: Tips & Tricks, Questions & Answers
Topic: Miscellaneous - Questions
Replies: 106
Views: 17822

Re: Miscellaneous - Questions

Wow, that is what I want. Thank you!
( I hadn't used right keywords in the forum and help docs. )
by MaxEnrik
14 May 2019 14:40
Forum: Tips & Tricks, Questions & Answers
Topic: Miscellaneous - Questions
Replies: 106
Views: 17822

Re: Miscellaneous - Questions

( I was forgot to answer to your questions ) @highend - I re-write my initial post, hope I explained more clearly than previous one. @SammaySarkar - Thanks a lot for your reply, I was tried them before re-write my initial post. I get correctly msg but not able to add msg result end of the folder (su...
by MaxEnrik
14 May 2019 05:35
Forum: Tips & Tricks, Questions & Answers
Topic: Miscellaneous - Questions
Replies: 106
Views: 17822

Miscellaneous - Questions

EDITED Version Hello! #1 - Suffix for Folder from Selected file. 1. Folder Name is '#1' 2. Selected File Name is 'New Name for #1 Folder' 3. Folder name would be like this: '#1New Name for #1 Folder' https://i.snag.gy/DYIoUm.jpg $SelectNumber1Folder = ; // '#1 Folder' don't know how to handle it th...
by MaxEnrik
13 May 2019 16:13
Forum: Tips & Tricks, Questions & Answers
Topic: Moving Multiple files to different subfolders
Replies: 12
Views: 1794

Re: Moving Multiple files to different subfolders

I spent a lot of time that I can find how to improve/modify/customize that script to achieve my goal, I even didn't find a clue to do this 'Creating new folders which files selected (not every files in this current path) and move them into that new subfolders. This was my first part of goal. So I ac...
by MaxEnrik
09 May 2019 12:49
Forum: Tips & Tricks, Questions & Answers
Topic: Moving Multiple files to different subfolders
Replies: 12
Views: 1794

Re: Moving Multiple files to different subfolders

@highend - Thank you that worked perfect for my example, I have to try it for real file names and hope it will work with little tweak.
by MaxEnrik
08 May 2019 23:40
Forum: Tips & Tricks, Questions & Answers
Topic: Moving Multiple files to different subfolders
Replies: 12
Views: 1794

Re: Moving Multiple files to different subfolders

Then use moveto gpc($file, "base"), $file, , 2, 2, 2; or whatever you need instead of 2 = Overwrite instead...? Just wow, and such an amazing! Thank ya! That is what I wanted! I would like to ask is below manually action can be done with script, I see partially it can be done with your sc...
by MaxEnrik
08 May 2019 22:32
Forum: Tips & Tricks, Questions & Answers
Topic: Tags - Only applied for XY - I also need other apps would show my tags
Replies: 1
Views: 319

Tags - Only applied for XY - I also need other apps would show my tags

I add/set/remove tags it works perfect! I like it!
But other apps and File Details tags section in file Properties is empty, any help would be greatly appreciated!

Thanks in advance.
by MaxEnrik
08 May 2019 22:15
Forum: Tips & Tricks, Questions & Answers
Topic: Moving Multiple files to different subfolders
Replies: 12
Views: 1794

Re: Moving Multiple files to different subfolders

foreach($file, listfolder(, , 1), , "e") { moveto gpc($file, "base"), $file, , 2, 2; } Thanks for your very useful script. XY Copy/Move/Delete 'Confirm' mode is active, but I need to use this script without asking conformation, is it possible to do it within this script, please?...
by MaxEnrik
04 May 2019 17:08
Forum: Tips & Tricks, Questions & Answers
Topic: Shortcut - Previous image
Replies: 10
Views: 1112

Re: Shortcut - Previous image

You explained well, and showed many ways that how I can achieve my goal, so I just thankful to your efforts, thank you!
I will try about it at this weekend, hope I will do it by myself and I will share it here if I will achieve it.

Happy weekend, @Jupe!
by MaxEnrik
03 May 2019 18:29
Forum: Tips & Tricks, Questions & Answers
Topic: How to save last changes.
Replies: 4
Views: 723

Re: How to save last changes.

I don't preview .pdf files in XY as I mentioned I use Adobe Acrobat Pro DC and I open all .pdf file by itself. So about XY crashes its so interesting once I catch that moment when I needed to drag single (not damaged / even smaller than 1mb size) image file to XY and immediately XY disappeared. And ...
by MaxEnrik
03 May 2019 18:15
Forum: Tips & Tricks, Questions & Answers
Topic: Shortcut - Previous image
Replies: 10
Views: 1112

Re: Shortcut - Previous image

I believe you 2 times mentioned about scripting / ahk snippets. Thank you and I really highly appreciate that that you trying to show me the ways how I can solve my issues. 1. Need to ask am I have to learn script language to set key number '1' for 'Previous Image' in Full Screen Preview? 2. I just ...
by MaxEnrik
03 May 2019 06:12
Forum: Tips & Tricks, Questions & Answers
Topic: Shortcut - Previous image
Replies: 10
Views: 1112

Re: Shortcut - Previous image

( When I open XY at the same time I open Acrobat Pro DC and always XY help opens and its at 1st tab. ) Thank you for your understanding and your well explained answers. Unfortunately zero knowledge of coding/scripting. I really need to change 'Previous Image' shortcut to exactly key number '1' ( if ...