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.
The solution I implemented is as follows (this assumes that all the users
are networked):
(1) Install the template locally. (If you have all users using a workgroup
template stored centrally on a network drive, the file will be 'locked'
when anyone is using it, making it difficult for you to update it [or copy
a new version over it].)
(2) Store a copy of the template on a network drive somewhere where
everyone has (read) access to it.
(3) Write a small VB application to do the following. Install this app in
the users' Windows Startup folder. (i) Can I see the required network
drive? Exit if not. (ii) Compare the file date/time of the local template
with the template on the network. If network copy is newer, copy it over
the local copy.
For our organisation, I wrote a single VB app to install the templates
'package' and to install itself in the Windows Startup folder to check for
updates. Works well. The 'package' we install is actually quite a large
collection of different templates, macros and documentation, so I use the
date/time of an empty "Templates Version.txt" file as an indicator as to
whether to update the files: I open and save this file to update its
date/time whenever any files in the package are updated, and the whole lot
then gets re-installed. We generally only have to do this once a year or
so.
Stuart Conner
Southampton
=======================================================
Information contained in this email message is intended only for
use of the individual or entity named above. If the reader of this
message is not the intended recipient, or the employee or agent
responsible to deliver it to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication is strictly prohibited. If you have received this
communication in error, please immediately notify us by email
to postmaster -at- ndsuk -dot- com and destroy the original message.
Have you tried the latest in Help Authoring from RoboHelp?
Try ROBOHELP X5 for Free - Now with Word 2003 support, Content
Management, Multi-Author support, PDF and XML support and much more!
---
You are currently subscribed to techwr-l as:
archiver -at- techwr-l -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.