Newbie question about scripting a tab view
Posted: 05 Feb 2017 16:32
Hello,
I am new to XYplorer and am getting to grips with scripting,
The following seems to work when inserted into a launch scriot:
but I want the tab to be shown as 'detail view' rather than thumbnail view.
I couldn't see how to do this in the scripting reference guide.
Could anyone please point me in the right direction on how to do this via scripting? I use the portable version Pro license
Thanks!
I am new to XYplorer and am getting to grips with scripting,
The following seems to work when inserted into a launch scriot:
Code: Select all
"Installed Programs|?:\PortableApps\XYplorerPortable\XYplorer.exe"
tab("new","%ProgramData%\Microsoft\Windows\Start Menu\Programs?*.lnk");
sortby;I couldn't see how to do this in the scripting reference guide.
Could anyone please point me in the right direction on how to do this via scripting? I use the portable version Pro license
Thanks!