PureConnect

 View Only
Discussion Thread View

How to play i3r sound files

  • 1.  How to play i3r sound files

    Posted 07-17-2014 08:33
    Hi, I prepared a batch file to play i3r files. You should save the script as a batch file. after that you should associate i3r files to new batch file. ---------------------------------------------------------------------------- @echo off setlocal ENABLEDELAYEDEXPANSION set ext=wav set outwavfile=%1 set outwavfile=%outwavfile:i3r=!ext!% if exist {%outwavfile%} ( del %outwavfile% ) rem you can change encryptwave exe path "F:\Ir3 to wav\Library\encryptwave-w32r-1-1.exe" -d -i %1 -o %outwavfile% rem you can change player path "%ProgramFiles(x86)%\Windows Media Player\wmplayer.exe" %outwavfile% ---------------------------------------------------------------------------- regards Baris


Need Help finding something?

Check out the Genesys Knowledge Network - your all-in-one access point for Genesys resources