Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
use QM function to load and modify files of type .psl
#24
here are two ways
downloads and unzips on desktop both show a progress bar but you won't really see it file is to small


Code:
Copy      Help
str localfile="$Desktop$\4files.zip"
IntGetFile("http://www.quickmacros.com/forum/attachment.php?aid=864" localfile 16 0 1)
zip- localfile "$Desktop$\4files\" 0


Code:
Copy      Help
str localfile="$Desktop$\4files.zip"
Http h.Connect("www.quickmacros.com")
h.SetProgressDialog(1 "Downloading")
h.Get("forum/attachment.php?aid=864" localfile 16)
zip- localfile "$Desktop$\4files\" 0


Messages In This Thread
RE: use QM function to load and modify files of type .psl - by Kevin - 08-26-2018, 03:35 AM

Forum Jump:


Users browsing this thread: 8 Guest(s)