Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Filling ImageList Editor Window with a List of .ico files
#4
I used something like this to copy. Then pasted manually.

Macro Macro272
Code:
Copy      Help
Dir d
str s
foreach(d "$Program Files$\*.ico" FE_Dir 4)
,str path=d.FullPath
,s.addline(path)
s.setclip


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)