Scripting. The ultimate in file management efficiency. Roll your own custom commands, wrap them in an XYplorer Script file (XYS), or a User-Defined Command, and trigger them by just a click or a keystroke. Can't get any better? It can! Share scripts with colleagues, or download them from the internet: Just drop a script file into your app folder and fresh plug-in commands are at your finger tips.
Here are some examples:
backupto D:\Archives\XY\<srcver>_<dyyyy-mm-dd>,
<xypath>\XYplorer.exe
This little script backups the current XYplorer.exe to D:\Archives\XY\6.80.0080_2008-02-17. You can assign a keyboard shortcut to it, and/or add it to a drop-down menu with a caption of your choice.
"Super Reviews"
moveto "D:\Archives\Reviews\Super"
"Good Reviews"
moveto "D:\Archives\Reviews\Good"
"Completely Uninspired Trash (CUT)"
moveto "D:\Archives\Reviews\Bad"
This script will move all currently selected items to one of three locations, which are presented to you in a popup menu:
Just click and the move will reliably happen. No need to remember long paths anymore, to locate them on your hard disk, to drag 'n' drop or copy 'n' paste.
input $q, Query to replace.;
input $t, Text to replace Query with.;
// case-insensitive, and with preview
Rename sr, $q/$t, p
Mass renaming deluxe. This script will prompt you for two strings and then replace one with the other in all currently selected file names.