Is it possible to (by a macro) open all files listed in an open UltraEdit window? How do you loop through all the files listed?
Any help or hints are highly appreciated.
Welcome to the IDM Forum. This forum is meant as a user-to-user support mechanism where users can share knowledge and tips for all IDM software.
Since these forums are user-to-user based, IDM does not regularly read or reply to the posts in this forum. For problem reports, suggestions, or feature requests, you must email us directly. Our trained technical support staff answers most inquiries within 30 minutes.
Clipboard 9
Loop 0
IfEof
ExitLoop
EndIf
SelectLine
Copy
Open "^c"
PreviousWindow
Key Down
EndLoop
Clipboard 0
SelectAll
Clipboard 9
Copy
Loop 0
NewFile
Paste
Top
IfEof
ExitLoop
EndIf
SelectLine
Clipboard 8
Cut
SelectAll
Clipboard 9
Copy
CloseFile NoSave
Clipboard 8
Open "^c"
Clipboard 9
EndLoop
Clipboard 0

