Jump to content

Search the Community

Showing results for tags 'Cmd Line for voice encoder'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • Forum FAQ
  • AutoIt

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Hi, I have a working batch file passing command line parameters to voice format converter (NCH Switch encoder). I want to pass those commands through Autoit but no matter what i tried cannot make it to work. The batch file details are below Set Switch_Encoder_Path="C:\Program Files\NCH Swift Sound\Switch\switch.exe" Set Extension= .mp3 Set Filename= "C:\Documents and Settings\Ajit\Desktop\Test Switch\a.wav" Set Output_Folder="C:\Documents and Settings\Ajit\Desktop\Test Switch" %Switch_Encoder_Path% -hide -format %Extension% -outfolder %Output_Folder% -convert %Filename% -exit I do not know how to use the last line for Run Command in Autoit. Please could someone help me. Thanks and regards Ajit
×
×
  • Create New...