11-15-2013, 09:25 AM
Nothing wrong with code. Maybe something wrong with the component, maybe it uses some other component that is unavailable. Also try to call its methods through IDispatch.
IDispatch dMC._create("progid")
dMC.WriteIDTag("q:\avant.mp3" "Artist" "HHHHH")
or in vbscript.
str code=
;set dMC=CreateObject("progid")
;dMC.WriteIDTag("q:\avant.mp3" "Artist" "HHHHH")
VbsExec code
IDispatch dMC._create("progid")
dMC.WriteIDTag("q:\avant.mp3" "Artist" "HHHHH")
or in vbscript.
str code=
;set dMC=CreateObject("progid")
;dMC.WriteIDTag("q:\avant.mp3" "Artist" "HHHHH")
VbsExec code
