Mar 27, 2002 #1 zonetrap Technical User Joined Jun 13, 2001 Messages 8 Location US Is there a way to take a .doc file and zip it up? Anyone know the code for this? Thanks
Mar 28, 2002 #2 Langley Programmer Joined Jan 23, 2002 Messages 592 Location US I assume you mean from within ObjectPAL. PKZip and (I think) Winzip both take command-line arguments, so you could do it using the execute() command. Mac mailto:langley_mckelvy@cd4.co.harris.tx.us Upvote 0 Downvote
I assume you mean from within ObjectPAL. PKZip and (I think) Winzip both take command-line arguments, so you could do it using the execute() command. Mac mailto:langley_mckelvy@cd4.co.harris.tx.us
Mar 28, 2002 #3 JoeNg Programmer Joined Apr 17, 2001 Messages 174 Location US I used an old DOS version of PKZip and Execute command to zip up my files. If you are adventurous, you could call Winzip/Pkzip APIs. Upvote 0 Downvote
I used an old DOS version of PKZip and Execute command to zip up my files. If you are adventurous, you could call Winzip/Pkzip APIs.