5. Then unzipped in the order 4.1, then 4.2 then 4.3 then 4.4 as shown above
6. When asked to overwrite when unzipping answered always 'A'll so overwriting.
7. Then delete all .mac files in that subdirectory (GREPANTOS)
8. Looked in build.bat
Finally compiling the files in this same order as shown here:
(replace sc32 with its full path)
sc32 dialog.s
sc32 dialogp.s
sc32
gethelp.si sc32 grep.s
9. Then running the grep.mac macro in that GREPANTOS directory
(using TSE 4.50 RC24)
10. // the grep dialog
<Alt G> Grep("")
<AltShift G> ShowResults(0)
// grep in current file's directory for word (or block) under cursor
<CtrlAlt G> GrepCurrWord(FALSE)
<CtrlShift '> GrepCurrWord(FALSE)
// grep files in memory for word/block under cursor
<Ctrl '> GrepCurrWord(TRUE)
// find function
<Ctrl G> FunctionList(GetWord(TRUE))
11. As far as I can tell then nothing happens out of the box
(I pressed e.g. <ALT G>)
12. One gives e.g. TSE command line parameters to do things: