Change Log for the latest
XYplorer BETA version (64-bit):
Code: Select all
v28.00.0593 - 2025-11-14 14:44
+ Menu Edit | Paste: Now the Paste command is only disabled when the clipboard is
empty.
+ SC backupto: Added [flags] as param #10 (same functionality as copyto and moveto).
Syntax: backupto [location], [source], [on_collision], [preserve_dates], [create_log], _
[pop_stats], [skip_junctions], [verify], [show_progress], [filter], [flags]
flags (bit field):
0 = [Default]
1 = FilesOnly. For sources containing wildcards only files are copied.
2 = SkipPromptToCreate. Don't prompt, but create any non-existing destination
folder without asking.
Example:
// creates a new target folder every hour; does not prompt for creation
backupto "T:\bup\<date yyyymmdd_hh>\", "E:\monkey64.twinproj", -1, 10:=2;
+ File | Rename Special | RegExp Rename...: Now the RegExp mode supports the switch "
/b" to only affect the base (name without extension, where extension includes the
dot). The switch " /b" (note the space) should be appended to the term (but before
any RegExp comment).
The switch can also be applied to SC rename. This script, for example, replaces all
dots by spaces in all selected item names, but spares the dot that belongs to the
extension:
rename r, "\. > /b"; // note the 3 spaces " > " + " " + " /b"

To easily
upgrade to this BETA version of XYplorer (64-bit), hold down the
CTRL key and click
Help | Online Support | Check for Updates. If you prefer to
download the BETA version, choose one of these packages:
(1)
Installer Package, (2)
No-Install Package (for manual unpacking).
Note that BETA versions are work in progress and may contain new bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (File | Settings Special | Backup Application Data Folder...) before running a new BETA. This will also help to fix any new bugs.