the joined catalog script closes all windows then opens a set of preset tabs for me.
a warning pop up tells me "close all other tabs (including locked and home tabs) and loose all their settings"
OK or Cancel
I click OK and XYplorer does its script magic
so far so good, works as intended
but
if I want to Cancel the operation at the pop up, XYplorer still executes its script.
what should I add to the script so it really aborts the operation?
thanks
Calude
Code: Select all
#353; //#353 View | Tab | Close All Other Tabs...
#329; //#329 View | Sort By | Path
goto "D:\CV_mes_documents\a\folderA\";
#340; //#340 View | Tab | New Tab
goto "D:\CV_mes_documents\a\folderB\";
#340; //#340 View | Tab | New Tab
goto "D:\CV_mes_documents\a\folderC\";
#340; //#340 View | Tab | New Tab
goto "D:\CV_mes_documents\a\folderD\";
#340; //#340 View | Tab | New Tab
goto "D:\CV_mes_documents\a\folderE\";
#340; //#340 View | Tab | New Tab
goto "D:\CV_mes_documents\a\folderF\";
XYplorer Beta Club