prolib extract

jdpjamesp

ProgressTalk.com Moderator
Staff member
Just wondering if anyone has come across this. We have a number of image files in the procedure library that are extracted on load of the app (if we've upgraded). The command is

Code:
OS-COMMAND SILENT VALUE(pvDLC + "/bin/prolib ":U + LIBRARY(ip-lvImage) + " -extract ":U + MEMBER(ip-lvImage)).

If the images aren't present (ie we delete them first), then it all works fine. If, on the other hand, we don't delete them first, then the system hangs at this point. Would this be because the images are already there? Is prolib maybe asking us to confirm overwrite? If so, is there another switch we can add that will force overwrite?

We're on XP/Vista machines running OE 10.1C primarily.
 
Back
Top