Jump to content

RPrice

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by RPrice

  1. I just realised that the post I was replying to a post from 2006 so what about to post and my last post may be irrelevant. Also instead of the input box for selecting the zip, use FileSaveDialog("Create Zip File","","PK-Zip(*.zip)|All(*.*)",0,"New Compressed (zipped) Folder.zip") It makes it a little more user friendly.
  2. For compressing larger file, sleep(5000) isn't long enough. But replacing Sleep(5000) with WinWaitActive("Compressing","",10000) WinWaitClose("Compressing") Seems to fix that problem.
×
×
  • Create New...