System error trying to convert one file at a time

Using OLE Automation API
ebirkeland
Posts:1
Joined:Thu Mar 12, 2009 6:10 pm
System error trying to convert one file at a time

Post by ebirkeland » Thu Mar 12, 2009 6:22 pm

I'm using the VBSCript to convert one file at a time. Print2Flash is returning the following error:

System Error. Code: 17. The system cannot move the file to a different disk drive.

This is happening for both the sample program (ConvertFile.vbs) and also the code I wrote to test the software.

pProfile.InterfaceOptions = INTDRAG Or INTZOOMBOX Or INTFITWIDTH Or INTPREVPAGE Or INTNEXTPAGE Or INTLOGO
pProfile.ProtectionOptions = PROTDISPRINT Or PROTDISTEXTCOPY ' Specifying protection options
pP2F.ConvertFile "c:\temp\test.txt", "c:\temp\test.swf", pProfile

Erik

Post Reply