Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Record (monitor) in a log file 7-zip extracted file paths
#1
The following macro works properly 7-zip command line to restore items in a folder, namely "star". I am wondering whether I could be advised on the way upgrade it in order to record, in a log file, the file paths which are actually restored.

Function tempf05
Code:
Copy      Help
str star sPath param
star="c:\tmp\1c"
star.expandpath
star.getpath(star "")
star.dospath
sPath="C:\tmp\1c.7z"
param=F"x -t7z  {sPath}  -o{star} "
run "$program files$\7-Zip\7zG.exe" param "" "" 0x400


Forum Jump:


Users browsing this thread: 1 Guest(s)