-exploreThe following works, the status correctly shows
usersCode: Select all
everything -explore 'c:\users'users|tempusersCode: 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.1379aThanks for any help.