Download XYplorer now! Buy a Lifetime License now and get ALL upgrades for FREE! Go XY now!

XY 8.50 released

XYplorer 8.50 has been released on 05-Oct-2009. Here's a quick introduction to the main new features:

Manual Sorting. Now you can directly manipulate the displayed order of items by dragging them to a new position. Very useful together with batch rename operations.

First activate Manual Sorting in menu Tools | Customize List. Then, for example, a bunch of files can be dragged to a new position:

And here's after the drop:

Custom Toolbar Buttons. Now you can define a separate script for a user button's right-click event respectively context menu. (Pro Edition Only)

For example, the following simple lines define the user button context menu shown below.

"Recent Locations|:mru" button "mru"
"Hotlist|:hotlist" button "hotlist"
-
"Custom Keyboard Shortcuts|:cks" button "cks"
"Edit User Commands|:udc" button "udc"
-
"Exit w/out Saving|:exitnosave" button "exitnosave"
-
"<date>" msg "<date>"

Note that using the new scripting command "button" you can trigger also buttons that are not part of the current toolbar! Saves a lot of screen space...

New Folders. Now you can enter a list of new folders or whole new paths that will be created in one go.

The following list of relative folders, entered in current folder "Test", will create the branch structure shown below.

As you see also multi-part sub paths are created, and variables are supported (XYplorer native and, not in the above example, environment).

Tabs. Now you can opt to display just the child folder names in the tab headers. Saves loads of space.
Scripting. Now you can show icons in script-generated popup menus. The basic syntax is:
"Caption|Icon" Script
Icon can be any file or folder; its small system icon (the one you see in Details View) will be used for the menu.

For example, the following script will generate the popup menu you see below.

"Go Desktop|Desktop" goto "Desktop";
"Go TEMP|%temp%" goto "%temp%";  
"Go XY exe|<xypath>\XYplorer.exe"
  goto "<xypath>\XYplorer.exe";
-
"Open with Photoshop|Photoshop"
  openwith "Photoshop"; //Photoshop must be registered
"Open with EmEdit|Desktop\Kiss me, too.ico"
  openwith "C:\Programme\EmEdit\EmEditor.exe"
-
"Cancel"

Full Screen Preview/Thumbnails. Added file formats DWG and DWF (Vista/Win7 only).
XYplorer, The Portable File Manager. Copyright © 1997-2010 Donald Lessau. All rights reserved.