@echo off rem *** rem *** Template GETHOOK2.BAT batch file rem *** rem *** -- use as is to run LYNX-.BAT *after* exiting ReRead: [^F10] will rem *** will write the file LYNX-.BAT to run on exit from ReRead; or: rem *** -- edit out all 'echo' lines, and make the REM'ed lines active, rem *** to run HTGET (or any other prog. with appropriate arguments) rem *** by 'shelling out' from ReRead. See RR-KEYS.V40 for more info. rem *** REM if exist TempName.bak del TempName.bak REM if exist TempName.Fil rename TempName.fil TempName.bak REM echo. REM htget -oTempName.Fil -v %1 echo lynx %1 >lynx-.bat REM if exist TempName.Fil hlist TempName.fil REM renamer echo. echo ... Use [CTRL]+[BackSpace] to drop to DOS and run LYNX-.BAT with the URL ! echo. echo ... Press a key to get back into ReRead pause >nul