I am using XYporer v. 26.90.0205.
If running the combination of two scripts as shown underneath
Code: Select all
// 1. script:
// ...normal script actions...
if(...){
	load "<xyscripts>\Script-2.xys","Rename [ext]-Screenshot-file";
}
// "load" is the last command in the 1. script.
// 2. script:
// ...normal script actions...
 renameitem($name_new,$curitem_);
 #178;
// "#178" is the last command in the 2. script.
The 2. script opens Floating Preview only, if the 2. script is started directly whithout the 1. script.
Adding "#178;" to the 1. script after "load ..." gives the red message "item not found" in the right bottom corner.
What should I do to let the 2. script open the Floating Preview after renaming?
 XYplorer Beta Club