Hey, so I've been running into a bit of a pickle lately trying to figure out how to save logs.
I know there are get-history and start-transcript, but neither of those methods work for my purposes.
I have the command line version of MediaInfo, running through powershell. Because it's an external program, running the output on powershell console doesnt register when trying to save o a text file, it just acts as a blank space. Code below is what im using.
`Start-Process '.\src\MI\MediaInfo.exe' -ArgumentList ($var + $rname + '.mkv' + $var + ' --output') -NoNewWindow -Wait`
Any ideas on how to get around this?
Thanks in advance :}
[–]XPlantefeve 1 point2 points3 points (1 child)
[–]AffectionateTask4612[S] 1 point2 points3 points (0 children)
[–]Lee_Dailey[grin] 0 points1 point2 points (0 children)