Search found 1 match

by Anks
Fri Oct 15, 2004 1:29 pm
Forum: General
Topic: Problem with VBscript
Replies: 11
Views: 3272

Try changing this line:



Set g_objEncoder = CreateObject("WMEncEng.WMEncoder")



to



Set g_objEncoder = WScript.CreateObject("WMEncEng.WMEncoder")



Anks.