Hello guys,
always happy with programs from SourceForge :):)
now i need to use the Waveshop called from another program. Calling like CMD /c "path\waveshop.exe" "UNC-Input-filename" works fine.
is there a way to select the save as outputname from the command line, something like CMD /c "path\waveshop.exe" /input"UNC-Input-filename" /output"UNC-Output-filename"
i don't want my customers to be able to change the output name.
thanks for more explanations about the commandline capabilities (didn't find anything about that:(:()
Jacques
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Jacques,
I regret to inform you that WaveShop's command-line does not support selecting the output fle name. WaveShop is a GUI, not a command-line app. Not sure what you're trying to do but for file format conversions you could use ffmpeg or something similar.
Chris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello guys,
always happy with programs from SourceForge :):)
now i need to use the Waveshop called from another program. Calling like
CMD /c "path\waveshop.exe" "UNC-Input-filename" works fine.
is there a way to select the save as outputname from the command line, something like
CMD /c "path\waveshop.exe" /input"UNC-Input-filename" /output"UNC-Output-filename"
i don't want my customers to be able to change the output name.
thanks for more explanations about the commandline capabilities (didn't find anything about that:(:()
Jacques
Hi Jacques,
I regret to inform you that WaveShop's command-line does not support selecting the output fle name. WaveShop is a GUI, not a command-line app. Not sure what you're trying to do but for file format conversions you could use ffmpeg or something similar.
Chris