Page 1 of 1

System error trying to convert one file at a time

Posted: Thu Mar 12, 2009 6:22 pm
by ebirkeland
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