I'm trying to do a search through many files for some text, then copy the text into another doc.
what I've tried is something like InsertMode
ColumnModeOff
HexOff
UnixReOff
FindInFiles Recursive Log "W:\webs\Greenbase\files\" "*.ppt;*.doc;*.xls" "my private"
FindInFiles Log "W:\webs\test\files\" "*.ppt;*.doc;*.xls" "my confidential"
Top
SelectToBottom
StartSelect
Key Ctrl+END
Copy
Open "F:\webs\serverReports\greenbaseDocs.txt"
Top
SelectToBottom
StartSelect
Key Ctrl+END
Paste
but I don't seem to know how to select one of several docs to do the copy and/or paste.
I'm a scripting newbe so please excuse my simple type of question.
what I've tried is something like InsertMode
ColumnModeOff
HexOff
UnixReOff
FindInFiles Recursive Log "W:\webs\Greenbase\files\" "*.ppt;*.doc;*.xls" "my private"
FindInFiles Log "W:\webs\test\files\" "*.ppt;*.doc;*.xls" "my confidential"
Top
SelectToBottom
StartSelect
Key Ctrl+END
Copy
Open "F:\webs\serverReports\greenbaseDocs.txt"
Top
SelectToBottom
StartSelect
Key Ctrl+END
Paste
but I don't seem to know how to select one of several docs to do the copy and/or paste.
I'm a scripting newbe so please excuse my simple type of question.