- A New Lister Which Is a Copy of the Default Lister
Go NEW
- A Copy of the Current Lister
//resource.dopus.com/t/duplicate-current-lister/11422
Prefs LAYOUTNAME="Current Lister" LAYOUTSAVE=single,noupdatesettings LAYOUTCLOSELISTERS=no LAYOUTIGNOREFORMATS=no LAYOUTIGNORETOOLBARS=no LAYOUTMOUSERELATIVE=no
Prefs LAYOUT="Current Lister"
[Set LISTERPOS +32,+32]
Delete "/home\Layouts\Current Lister.oll" NORECYCLE QUIET
- The Last Closed Listers
Prefs LAYOUT=!lastclosed LAYOUTCLOSELISTERS=no
[Set LISTERPOS +32,+32]
- Find Duplicate Files in a New Lister
Go {sourcepath} DUALPATH {destpath} NEW=dupepanel
[Set LISTERPOS +32,+32]
- Hard-coded Find in a New Lister
https://resource.dopus.com/t/fr-showresults-in-a-new-lister-or-an-existing-
Go {sourcepath} NEW
[Find *.(png|txt) IN {sourcepath} RECURSE]
- Metadata Pane in a New Lister
Go {sourcepath} NEW=metapane
[Set DUAL=Off]
- Synchronize in a New Lister
Go {sourcepath} DUALPATH {destpath} NEW=syncpanel
[Set LISTERPOS +32,+32]
- Tab Groups List in a New Lister
Go NEW TABGROUPLIST=keys,savecurrent
- Preset Tab Group in a New Lister
Go NEW TABGROUPLOAD "My Tab Group"
- Viewer Pane in a New Lister
Go {sourcepath} NEW=viewpane
[Set DUAL=Off]
4 Likes