#11224
JohnQSmith
Participant

Here’s a VBScript macro

editor.NewFile
For Each doc in editor.Documents
document.writeln doc.fullname
Next
editor.ExecuteCommandByID 4477