SCOUG-HELP Mailing List Archives
Return to [ 03 |
June |
2001 ]
<< Previous Message <<
Content Type: text/plain
=====================================================
If you are responding to someone asking for help who
may not be a member of this list, be sure to use the
REPLY TO ALL feature of your email program.
=====================================================
Tom Brown wrote:
>
> my history file is about 750K.
Thanks for the comparative size, it gives me an indication that mine (10
MB) is way too big.
I just added a logging program (nshstlog.cmd) to my Startup folder so I
can watch NETSCAPE.HST grow:
@echo off
:: The nshstlog command file logs the
:: size of the Netscape.hst file(s).
:: Put the log file in h:\SkSysLog\.
h:
cd \
if not exist SkSysLog md SkSysLog
cd SkSysLog
:: Add the size of NETSCAPE.HST to
:: the log file every three hours.
:: Note: There is a NETSCAPE.HST file in each
:: user's subdirectory, hence DIR /S is used.
:Loop
dir \NS461\netscape.hst /s | find /i "netscape.hst" >>log.txt
dir \NS461\netscape.hst /s | find /i "netscape.hst"
call WaitHrs 3
goto Loop
- Peter
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".
For problems, contact the list owner at
"rollin@scoug.com".
=====================================================
<< Previous Message <<
Return to [ 03 |
June |
2001 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|