Jump to content

Automated Conversion by Folder not File


CorTmedical

Recommended Posts

I want to purchase Swith Plus but I am unsure if your Switch product has the ability to use a commandline to convert a folder of files.

I used this code but it only works when you select one file it wont capture and convert the whole folder. I dont want to purchse this if it isnt going to work for my needs.

 

"C:\Program Files\NCH Swift Sound\Switch\switch.exe" -convert "C:\Working" -format .wav -outfolder "C:\MDO"

Link to comment
Share on other sites

  • 2 months later...
Guest Jon Burns

Try using this:

 

C:\Program Files\NCH Swift Sound\Switch\switch.exe" -convert "C:\Working\*.mp3" -format .wav -outfolder "C:\MDO"

 

That has worked for me. Just substitute the file extension you need.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...