Hi
I made a little script which looks for *.wav files on my system and convert them automatically to mp3 Lame. I'm using DMCscripting for that
Works great and converted hundreds of wav-files but suddenly I'm confrontated with a "powerpack options" popup each time a new conversion starts. When I just confirm the popup by giving "OK" or "Cancel" DMC crashes
I have the R11 registered version.
Any idea how to get rid of that popup?
Fred
This is the calling code (using 'Winbatch' scripting tool)
destCodec= "Mp3 (Lame)"
noOptions= true
noOverwrite= false
noConversionFinished= true
noErrorLog= true
dMC.GoConversion( destCodec, noOptions, noOverwrite, noConversionFinished, noErrorLog)
I made a little script which looks for *.wav files on my system and convert them automatically to mp3 Lame. I'm using DMCscripting for that
Works great and converted hundreds of wav-files but suddenly I'm confrontated with a "powerpack options" popup each time a new conversion starts. When I just confirm the popup by giving "OK" or "Cancel" DMC crashes
I have the R11 registered version.
Any idea how to get rid of that popup?
Fred
This is the calling code (using 'Winbatch' scripting tool)
destCodec= "Mp3 (Lame)"
noOptions= true
noOverwrite= false
noConversionFinished= true
noErrorLog= true
dMC.GoConversion( destCodec, noOptions, noOverwrite, noConversionFinished, noErrorLog)
Comment