I installed devcon utility like described here. Now I run it with C:\devc>devcon.exe find * and have two issues:
Console window close immediately after execution and I don't have time there is nothing to see. How to suspend it?
How to redirect its output to a file? I try do it with
C:\devc>devcon.exe find * > file.txtbut created file.txt is empty after execution the command.
OS win10