Hi
When specifying a bat file that runs comskip, the plugin runs the file with a working directory of the recorded file name. This does not work very good for me, but maybe it's suppose to?
When the TEST button is used, it works since the plugin then uses the working diretory of the program itself.
code for the test button in svn
LaunchProcess(program, parameters, Path.GetDirectoryName(program), ProcessWindowStyle.Normal);
code for the real launch:
LaunchProcess(_program, parameters, Path.GetDirectoryName(tvEvent.Recording.FileName), ProcessWindowStyle.Hidden);
My bat file assumes that is starts in the comskip directory so it fails for me.
regards
//Lasse
When specifying a bat file that runs comskip, the plugin runs the file with a working directory of the recorded file name. This does not work very good for me, but maybe it's suppose to?
When the TEST button is used, it works since the plugin then uses the working diretory of the program itself.
code for the test button in svn
LaunchProcess(program, parameters, Path.GetDirectoryName(program), ProcessWindowStyle.Normal);
code for the real launch:
LaunchProcess(_program, parameters, Path.GetDirectoryName(tvEvent.Recording.FileName), ProcessWindowStyle.Hidden);
My bat file assumes that is starts in the comskip directory so it fails for me.
regards
//Lasse
Australia