-explore
The following works, the status correctly shows
users
Code: Select all
everything -explore 'c:\users'
users|temp
users
Code: Select all
everything -explore ('c:\users', 'C:\temp\')
everything -explore 'c:\users'`,'c:\temp' #escape powershell's ',' with '`'
--%
Code: Select all
everything --% -explore 'c:\users','C:\temp\'
Code: Select all
everything --% -explore* [{"path":"c:\\temp"},{"path":"c:\\users"}]
1.5.0.1379a 1.5.0.1379a
Thanks for any help.