
Search found 9793 matches
- 26 Jan 2021 11:34
- Forum: Tips & Tricks, Questions & Answers
- Topic: [Solved] Script or Hotkey to go to newest file in the file list
- Replies: 3
- Views: 14
Re: Script or Hotkey to go to newest file in the file list
No problem and thanks 

- 26 Jan 2021 11:13
- Forum: Tips & Tricks, Questions & Answers
- Topic: [Solved] Script or Hotkey to go to newest file in the file list
- Replies: 3
- Views: 14
Re: Script or Hotkey to go to newest file in the file list
You want that to be a user defined button in XYplorer itself?
Code: Select all
$files = trim(report("{modified yyyy-mm-dd hh:nn:ss}|{fullname}<crlf>", listfolder(, , 1)), <crlf>);
goto gettoken(gettoken(formatlist($files, "r", <crlf>), 1, <crlf>), 2, "|");
- 26 Jan 2021 01:09
- Forum: Tips & Tricks, Questions & Answers
- Topic: Help with a script
- Replies: 7
- Views: 38
Re: Help with a script
No, what I was wondering about is: This is group of 15 to 20 names that remain unchanged Ofc they are not changed, only items in the destination folder are to be renamed... If this is not what you wanted, I'm out. end (<get countselected> == 0), "No item(s) selected, aborted!"; $dstFolder = inputfol...
- 25 Jan 2021 23:31
- Forum: Tips & Tricks, Questions & Answers
- Topic: Full pathed file names as arguments
- Replies: 9
- Views: 34
Re: Full pathed file names as arguments
Did you try that from XY Yep. Funnily it should support way more than 2048 bytes (I'm on Windows Server 2019 here), but maybe it's an oversight that more modern Windows OS allow longer argument lists... I have worked around the problem by having the toolbar command line pass "<curpath>" as it's fir...
- 25 Jan 2021 23:21
- Forum: Tips & Tricks, Questions & Answers
- Topic: Help with a script
- Replies: 7
- Views: 38
Re: Help with a script
I don't get it. Maybe someone else does...
- 25 Jan 2021 23:07
- Forum: Tips & Tricks, Questions & Answers
- Topic: Help with a script
- Replies: 7
- Views: 38
Re: Help with a script
?from a dropdown menu of selected names
- 25 Jan 2021 22:38
- Forum: Tips & Tricks, Questions & Answers
- Topic: Full pathed file names as arguments
- Replies: 9
- Views: 34
Re: Full pathed file names as arguments
No.
Show a real world example for what your .bat file should really do.
Judging from one of your screenshots you want to call mkvtoolnix from it?
If that's true, show a full command call to an example file with all used options
Show a real world example for what your .bat file should really do.
Judging from one of your screenshots you want to call mkvtoolnix from it?
If that's true, show a full command call to an example file with all used options
- 25 Jan 2021 22:20
- Forum: Tips & Tricks, Questions & Answers
- Topic: Full pathed file names as arguments
- Replies: 9
- Views: 34
Re: Full pathed file names as arguments
Ok, then again: Create the script (.bat) file with XYplorers scripting capabilites and execute that.
- 25 Jan 2021 22:15
- Forum: Tips & Tricks, Questions & Answers
- Topic: Full pathed file names as arguments
- Replies: 9
- Views: 34
Re: Full pathed file names as arguments
Testing it a bit, the limit of chars is ~2048, after that the cmd shell drops the paths.
Probably the only workaround, use real XY scripting (create the .bat script with the command line call for each selected file), save that bat, execute it (from XY)...
Probably the only workaround, use real XY scripting (create the .bat script with the command line call for each selected file), save that bat, execute it (from XY)...
- 25 Jan 2021 22:03
- Forum: Tips & Tricks, Questions & Answers
- Topic: Full pathed file names as arguments
- Replies: 9
- Views: 34
Re: Full pathed file names as arguments
What happens when you invoke your script with all those paths (with the amount of where it fails from XYplorer) from the Windows run dialog (WIN+R)?
- 25 Jan 2021 21:55
- Forum: Bug Reports
- Topic: [Solved] XYplorer Context Menu entries in File list missing
- Replies: 4
- Views: 57
Re: XYplorer Context Menu entries in File list missing
And you need to uncheck it, if you want XYs menu entries to appear...
- 25 Jan 2021 19:56
- Forum: Bug Reports
- Topic: [Solved] XYplorer Context Menu entries in File list missing
- Replies: 4
- Views: 57
Re: XYplorer Context Menu entries in File list missing
Configuration | Other | Shell Integration | 64-bit Windows | [ ] Show the 64-bit context menu
- 25 Jan 2021 18:45
- Forum: Tips & Tricks, Questions & Answers
- Topic: [Solved] Hotkey or script to open entry from Paper Folders on other pane
- Replies: 2
- Views: 28
Re: Hotkey or script to open entry from Paper Folders on other pane
This would only work with folders (Configuration - General - Menus, Mouse, Usability - Context Menus - Button "File List..." - [x] Open in Other Pane [folders only]
So you'd need a script that handles files as well:
So you'd need a script that handles files as well:
Code: Select all
$curItem = <curitem>;
focus "PI";
goto $curItem;
- 25 Jan 2021 18:40
- Forum: Tips & Tricks, Questions & Answers
- Topic: Command # on Menu Toolbar Commands
- Replies: 2
- Views: 22
Re: Command # on Menu Toolbar Commands
Menu - Help - [ ] Command IDs on Menu
- 25 Jan 2021 13:00
- Forum: Bug Reports
- Topic: V 21.50.0100 Crashing and Feezing
- Replies: 5
- Views: 62
Re: V 21.50.0100 Crashing and Feezing
Are you using Adobe for .pdf files?