TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Website HTML Tool Needed From:Alexander Von_obert <avobert -at- TWH -dot- NBG -dot- DE> Date:Fri, 21 Nov 1997 18:13:00 +0100
Hello Bill,
* Antwort auf eine Nachricht von bsullivan -at- EMAIL -dot- EXIDE -dot- COM an All am 20.11.97
bb> For the Windows 95 or Windows NT environment, is there a tool
bb> capable
bb> of doing search and replace operations on multiple, unopened
bb> files?
bb> Obviously, a tool that can save you the time and trouble of
bb> opening,
bb> fixing, and then saving and closing all the files associated
bb> with a
bb> given web site is a useful tool indeed.
get hold of a *very* old MS-DOS system disk and the appropriate manual and
user EDLIN.EXE. This will be a nightmare for those grown up in the GUI ages
but EDLIN is a valuable tool for batch conversions like yours.
If you use long file names you have a slight problem here. But this could be
solved by a batch file: Save the old file name, rename the file to 8.3, use
EDLIN, rename the file back.
BTW you might find other editors with batch capabilities in the software
developer domain, e.g. MicroEMACS. I could even imagine that UNIX VI should
work fine here.