Newbie question about scripting a tab view

Discuss and share scripts and script files...
Post Reply
mugsy
Posts: 4
Joined: 05 Feb 2017 10:53

Newbie question about scripting a tab view

Post by mugsy »

Hello,

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;
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!

highend
Posts: 13317
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Newbie question about scripting a tab view

Post by highend »

Menu - Help - List All Commands...

->

Code: Select all

#302
View - Views - Details...

In that list you'll find the command id for the other list modes as well
One of my scripts helped you out? Please donate via Paypal

mugsy
Posts: 4
Joined: 05 Feb 2017 10:53

Re: Newbie question about scripting a tab view

Post by mugsy »

Thank you!

I had missed that.

Post Reply