Mar 27, 2002 #1 zonetrap Technical User Jun 13, 2001 8 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 Jan 23, 2002 592 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 Apr 17, 2001 174 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.