Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wildcard filename
#2
Look in floating toolbar, Enumerate files dialog. It supports * and gets all matching files. Then unzip each file.
Macro
Code:
Copy      Help
Dir d
foreach(d "c:\folder\ppp_*.zip" FE_Dir)
,str sPath=d.FileName(1)
,out sPath
,zip- sPath "c:\folder2"


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)