BETA versions are now only available for registered users.
Find the download link at the bottom of the License Lounge.
- + Scripting got a new command.
Name: Sound
Action: Plays a sound.
Syntax: sound [sound], [loop], [event]
sound: file or label
leave empty to stop any sound
loop: 0 = don't loop
1 = loop
event: 0 = sound is a *.wav file
1 = sound is an event label
Examples:
::sound "F:\Fun\sounds\ted_stranglehold.wav";
::sound <curitem>, 1; //loop the current WAV file
::sound; // stop any playing sound
::sound "SystemHand", , 1; //system error sound
Notes:
Event labels can be found in your registry here:
HKEY_CURRENT_USER\AppEvents\EventLabels\<EVENTLABEL> - + Rename Special | Search and Replace: Now you can specify lists with units larger than one character. Also different lengths of old a new string are now allowed in such lists. To enable this functionality simply separate the individual units with | (pipe).
Examples:
Ä|Ö|Ü|ä|ö|ü>>Ae|Oe|Ue|ae|oe|ue
&| |->>and|space|hyphen
Copy|of>>Kopie|von
Any excess units on either side are ignored. - ! Configuration | Shell Integration: Disabling "XYplorer is default file manager" did not work correctly. Fixed #2.
- + Find Files | Contents: Now you can search for Unicode text.
- ! Find Files | Contents: Would not handle files with wide (Unicode) characters in the name or path. Fixed.