Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Logfile line all save?
#4
If you want to save all images to output just try this:

Macro Macro2
Code:
Copy      Help
Dir F
lpstr FilePath = "$Desktop$\number\*" ;;Folder 123.jpg;122.jpg

foreach(F FilePath FE_Dir 2|4)
,str path1=F.FullPath
,str name=F.FileName
,name.replacerx("([^\d-])")
,name.replacerx("-\d+")
,out name
,LogFile name 0 "C:\Users\Administrator\Desktop\test.txt"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)