Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to achieve 7z format compression?
#6
This is the success of the code: Smile

Macro Macro2
Code:
Copy      Help
str z7.expandpath("$qm$\7z.exe")
str zf.expandpath("$desktop$\test\file.7z")
str f.expandpath("$desktop$\test\file.doc")
RunConsole2(F"''{z7}'' a ''{zf}'' ''{f}''")

This is the code that failed :?:

Macro Macro3
Code:
Copy      Help
str z7.expandpath("$qm$\7z.exe")
str zf.expandpath("$desktop$\test\file.7z")
str f.expandpath("$desktop$\test\")
RunConsole2(F"''{z7}'' e ''{zf}'' ''{f}''")


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)