HideRun doesn't use the new output path

Where all the bugs are reported and discussed
Post Reply
jelwood
Posts: 15
Joined: Sun Oct 21, 2007 2:16 am

HideRun doesn't use the new output path

Post by jelwood »

If I use HideRun.exe with the new output path, the output command line arg doesn't get passed to Comskip.exe

Below is an example of the command line I used.
Example
HideRun "c:\comskip\comskip.exe" "c:\video\recordings\news.dvr-ms" "c:\Program Files\DVRMSToolBox\CommercialsXML"
erik
Site Admin
Posts: 3368
Joined: Sun Aug 21, 2005 3:49 pm

Post by erik »

The command should pass all the parameters to comskip as the second parameter
HideRun "c:\comskip\comskip.exe" """c:\video\recordings\news.dvr-ms"" ""c:\Program Files\DVRMSToolBox\CommercialsXML"""

I assume the double quotes will be replaced by one quote when passing to comskip, but I don;t really know how cmd does parameter passing.
jelwood
Posts: 15
Joined: Sun Oct 21, 2007 2:16 am

Post by jelwood »

Sorry, this makes sense... Thanks for the clarification.
Post Reply