Short: Search for urls in a file & write to file Uploader: YvesGrabowsky@t-online.de Author: Yves Grabowsky Type: util/rexx Requires: RexxReqtools- & Rexxtricks.library Version: 1.0 SeekHTTP ~~~~~~~~ Introduction: ~~~~~~~~~~~~~ SeekHTTP is an ARexx program to search in textfiles for URLs. The URLs that were found will be written to a HTML file and, if you wish and if you have IBrowse, viewed with IBrowse. Requirements: ~~~~~~~~~~~~~ - the best Computer on Earth (an AMIGA) ;-) - RexxMast running - Rexxreqtools.library - Rexxtricks.library (both available on Aminet) Installation: ~~~~~~~~~~~~~ - copy it where you want - start a texteditor and load SeekHTTP.rexx - scroll down to "/* let's config */" and alter the lines ibpath to your path to IBrowse and browser to 0 or 1 for disable/enable viewing founden URLs with IBrowse - save the file Usage: ~~~~~~ - start SeekHTTP.rexx by typing in a shell (or from workbench double click) rx seekhttp.rexx - choose output file - choose inputfile - wait a little bit until a requester appears and says "Done!" - if browser is set to 1 IBrowse is coming up and loads the outputfile. Thats all! Send suggestions and bug reports to YvesGrabowsky@t-online.de! And send me arexx commands from AWeb and Voyager, and I'll try to support them!