Should I be able to refer to a paper folder in a command line switch where the <curpath> is for example "paper:Wallpaper\Ireland"? For a script example:
Code: Select all
run """<xy>"" /script=""::loadlayout('thumbs');if(Get('View') != '6'){#308};"" /ini=XYplorer_Gallery.ini ""<curpath>""";
In the case of paper folders only, <curpath> ends up being appended to XY's app path. The help file states that if you want to designate a startup path, place the folder after the "/ini=..." switch and "the start path switch must be the last switch in the command line." "paper:Wallpaper\Ireland" is what you get when you echo <curpath> from the AB and it's also the way a paper folder is designated in the thumbnail cache dat2 file. I've also tried placing the "<curpath>"" and the ini=...switch up front. It seems the only way to start the new XY in a paper folder (with a different ini file), is to use the goto command in the /script = section like this:
Code: Select all
run """<xy>"" /ini=XYplorer_Gallery.ini /script=""::goto '<curpath>';if get(#663){#663};""";
This method results in a flicker or shudder when navigating from a default path to the current path which is less than ideal. Is this a little glitch, do I have the syntax wrong, or am I missing something? Thanks.