Hi,

Yet another try. com0.63_090615.zip in 

http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisional/


If comPluginDemoScriptFileSysObjDotSyntax.powerpro fails,
could you try first just

local com_status, com_type, objFSO
com.error_dialog_on()
com.returns_values()
objFSO = com.create_object("Scripting.FileSystemObject")
com.release_all
quit

then 

local com_status, com_type, objFSO
com.error_dialog_on()
com.returns_values()
objFSO = com.create_object("Scripting.FileSystemObject")
com.release_all
com.unload
quit

Thanks




Reply via email to