said:
>>Is there something more I need to change to get this function back?
>You need to edit msgutil.cmd to point to Mozilla.
I looked at msgutil.cmd, and I believe this is the relevant part:
when FKey = 3 then
do
szTmpDir = value('TMP',,env)
if Length(szTmpDir) < 1 then
szTmpDir = "c:\" /* force a full path, C:\ by default */
else if right(szTmpDir, 1) \= '\' then
szTmpDir = szTmpDir'\'
html_file = szTmpDir||html_file
rc = SysFileDelete(html_file)
fHeader = 1
do while lines(msg_filename) > 0
iline = linein(msg_filename)
if length(iline) <= 1 then /* cr's count as chars */
fHeader = 0
else if fHeader = 0 then
rc = lineout(html_file,iline)
end
rc = stream(msg_filename,'c','close')
rc = stream(html_file,'c','close')
'start' Browser 'file:///'html_file
end
I don't see anywhere where the original Mozilla, on Drive F: can be
changed to the new Drive H: I don't want to mess with this file unless I
am sure of what I am doing!
>BTW, I've not forgotten about your Nowhere problem. Just no time to work
>on it at the moment.
That is no problem as that is something I can easily live with.
Thanks very much,
Sandy
=====================================================
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 <<
>> Next Message >>
Return to [ 20 |
May |
2004 ]
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.