I have a script, that moves files individually to different locations depending on their properties.
The option "Controls & More | Miscellaneous | Play a sound on certain events" is on.
How can I turn the XYplorer sounds off inside of the script for the time of running this script?
I try the command "ces("FOB",,-1);" and the following:
Code: Select all
while(there are files to sort and to move){
if(criteria 1){
ces("FOB",,-1); "//keep the soundfile setting but don't play it" - see Help file.
moveto...;
}
if(criteria 2){
ces("FOB",,-1); "//keep the soundfile setting but don't play it" - see Help file.
moveto...;
}
}
echo Done!;
1. somewhere directly before or after moving the first file and
2. before or simultaneously with displaying echo or after the last file.
XYplorer Beta Club