ExKode Forum

Dxtory => Help & Support => Topic started by: daskro on May 25, 2013, 05:49:29 AM

Title: Creating a batch file with audiostreamsplitter.exe
Post by: daskro on May 25, 2013, 05:49:29 AM
Hello I would like to create a batch file utilizing the audiostreamsplitter executable but cannot figure out the right command to use the for the file.

I noticed in the registry the "extract audio stream" option in windows explorer is tied to the value of "C:\(dxtory file path)\AudioStreamSplitter.exe" "%1"

When I try using AudioStreamSplitter.exe (filename).avi %1 in the command prompt I get the extraction window pop up but does not output any of the wav files to the file folder.

Does anyone know the correct attributes to use for the command prompt of AudioStreamSplitter.exe so I can do in the command prompt what I already do in windows explorer?

Title: Re: Creating a batch file with audiostreamsplitter.exe
Post by: Malix on May 25, 2013, 04:40:47 PM
%1 is a variable which is replaced by filename on execution, do not type it in yourself :)