Page 1 of 1

Favorite tool question

Posted: 01.03.2020, 03:45
by zbernie
I have a favorite tool shown below that displays the metadata of the currently selected file. Suddenly the metadata is displayed, but then the terminal closes. I'm not sure what changed, this was working. How can I prevent the terminal window from closing? I did try adding the | more parameter below but that had no effect. -Thanks


Name: EXIF Metadata
Program: "C:\Users\bernie\PowerShell\exiftool.exe"
Start Folder: %ActivDir%
Parameter: %ActivSelName% | more

Re: Favorite tool question

Posted: 01.03.2020, 14:04
by MrSpock
Try:
exiftool(-k).exe

Re: Favorite tool question

Posted: 02.03.2020, 02:25
by zbernie
MrSpock wrote: 01.03.2020, 14:04 Try:
exiftool(-k).exe
Thank you MrSpock, your logic is impeccable.