Ed Krug sent the following:

> Memory Type ---------Total Bytes ( Kbytes  ) ------Available For Programs 
>
> Conventional      ³       653,312 (    638K )  ³       638,464 (    624K ) 
> Upper             ³       151,552 (    148K )  ³       111,312 (    109K ) 
> High              ³        65,520 (     64K )  ³        15,524 (     15K ) 
> Extended          ³    66,060,288 ( 64,512K )  ³             0 (      0K ) 
> Extended via XMS  ³          --------          ³    57,645,056 ( 56,294K ) 
> -----------------------------------------------------------------------
> Largest executable program:  638,448 ( 623K )
> Total Free DOS memory:       749,776 ( 732K )
> -----------------------------------------------------------------------

That looks pretty much like my DRDOS 7.02 values, so I think maybe
you might try my arachne.cfg setup (change phone numbers, com ports,
passwords, etc. to fit your system):

;This is ARACHNE.CFG for Arachne version 1.6+
; MODIFIED for K Hameyer in Burlington 12/4/00
; (load high; BOOTP leaves 139+ memory free)

[profile]
Profile K169WIND.ACF                  <= Change to suit yourself
Connection @lh epppd.exe>>PPP.LOG
Hangup @termin.com 0x60>NUL

;Connection @cmd    ... command cmd will estabilish connection
;Connection READY   ... connection is permanent, packet driver in AUTOEXEC...
;Connection NUL     ... do not start TCP/IP (run "arachne -c" to force this)

[dialer]
DialPage file:ppp_init.htm
Dialer @MINITERM.EXE>PPP.LOG
TerminalWindow @MINITERM.EXE
UseTerminal Yes
Port 2                      <= might need changing
Irq 3                       <=
Base 0x2f8                  <=
Mode 8N1
Speed 115200
InitString AT&F             <=
DialString ATDT
PhoneNumber 660-4362        <=
Autologin Yes
WaitFor1 ogin:
Response1 \u
WaitFor2 assword:
Response2 \p
PPPusername YOUR USER NAME   <=
PPPpassword PASSWORD         <=

;Port values: 0=non-standard serial (COM) port, 1-4 standard ports
;Base values: 0x??? (eg. 0x3e8) - Base and Irq are used for "Port 0"
;Mode values: databits/parity/stopbits (eg. 8N1)

[tcp/ip]
IP_Address BOOTP
IP_Grab IP address set to
NameServer 209.198.87.40      <=   
AltNameServer 209.198.87.41   <=
Gateway 0.0.0.0
AltGateway 0.0.0.0
Netmask 0.0.0.0
TCPconfig PPPTCP.CFG

;IP_Address n.n.n.n  ... fixed IP address
;IP_Address PPP      ... for PPP.EXE and PPPD.EXE (get address from PPP.LOG)
;IP_Address BOOTP    ... WatTcp attepmts to use BOOTP protocol
;IP_Address %enviro% ... Minuet style (enviroment variable, like %MYIP%)
;IP_Address WATTCP   ... use ONLY values from TCPconfig (variable "my_ip")
;IP_Grab string      ... prefix of IP address in PPP.LOG ("IP address set to")
;TCPconfig filename  ... name of WatTcp configuration file (often WATTCP.CFG)

[mail]
SMTPserver mail.sover.net
POP3server mail.sover.net
POP3username YOUR USER NAME   <=
POP3password PASSWORD         <=
KeepOnServer Yes
eMail [EMAIL PROTECTED]      <=
PersonalName Klaus Hameyer    <=
Organization Translator       <=
TimeZone +0500
UseSignature No
SignatureFile KAHSIGN.TXT      <=
MailEncoding MIME
MailSortOrder DateSnt
NoHELO No
KillSent No
MailIdxTemplate idxfast.htp
ForwardString1 ----- Forwarded message begin -----
ForwardString2 ------ Forwarded message end ------
ReplyString On %s, %s wrote:
MyCharset US-ASCII
MailBodyEncoding 7bit

;MailSortOrder values: DateRcv|DateSnt|Address|Subject

[internet]
HTTPproxy proxy.provider.com:8080
UseProxy No
HomePage c:\browsers\arch169\hotlist.htm      <=
SearchPage http://search.arachne.cz/
SearchEngine http://www.altavista.com/cgi-bin/query?q=
FTPusername user
FTPpassword xxxxxx
FTPhost ftp.provider.com
FTPpath /home/user/
AcceptCharset ISO-8859-1,*

[system]
Hotlist c:\browsers\arch169\HOTLIST.HTM    <=
History .\HISTORY.LST
CookieFile .\COOKIES.LST
CacheIndex .\CACHE.IDX
CachePath CACHE\
Cache2TEMP Yes
MailPath c:\browsers\arch169\MAIL\           <=
DownloadPath c:\browsers\arch169\DOWNLOAD\   <=

[misc]
Logo 12000
LoadImages Yes
Frames Yes
JPEGargs -bmp -fast
FILEargs -l
RefreshDelay 20
ScreenSaver 10
ScreenSaverStyle R
ScreenSaverColors 0
ESC Exits
F3key file:*.htm
AutoF3key Yes
BigFont No
ScrollBarSize 14
ScrollBarStyle NextStep
Colors 11 0
MouseColors 15 15
VirtualScreen 0
ScreenMode Auto
SmoothScroll No
ScrollStep 1000
BgColor #000000
Text #F0F0F0
Link #00FF00
Background NUL
ExitOnHangup Yes
ASCIIwidth 78
HTMLtext #000000
HTMLbgColor #C4C4C4
HTMLlink #0000C4
;AfterPOP3 smtp:
;AfterSMTP file:mail.htm
ShiftF1 file://doc/howto.htm
ShiftF2 file://oops\*.*
ShiftF3 file:*.*
ShiftF4 file://examples\newfile.htm
ShiftF5 http://www.yahoo.com/
ShiftF6 http://www.wired.com/
ShiftF7 http://www.altavista.com/
ShiftF8 http://www.hotbot.com/
ShiftF9 http://www.slashdot.org/
ShiftF10 file://readmail.dgi
AltTab No
EditHotlistEntry Yes
Autodial No
UseCID No
UseCDescr No
AltSysFont 0
Index *.htm
FontShift 0
Multitasking Yes
XMS4allGIFs 1024
XMS4oneGIF 270000

;ScrollBarStyle values: NextStep|Windows|Arachne|X
;BgColor,Text,Link values: #RRGGBB (hexadecimal values of red, green and blue)
;VirtualScreen value: vertical number of pixels, 0 disables virtual screen.
;ScreenMode values: Auto|Smart|Nice
;BodyArachne values: System|Default|All
;Colors values are <ink 0..15> <paper 0..15>

[security]
SavePasswords Yes
Cookies Yes
HTTPreferer Yes
;FakeFTPeMail user@domain

[not-yet-implemeted]
NNTPserver news.provider.com
IRCserver irc.provider.com:6667
IRCchannel #arachne
IRCnick arachne_user

[auto-added]

PS: I also use ctmouse, which automatically loads high, in my
startup batch file, GO.BAT:
cls
del lock
del history.lst
ctmouse /m          <= for a Microsoft-compatible mouse
call arachne
ctmouse /u
dir

Hope this helps!

Klaus Hameyer
Burlington, VT (USA)

Reply via email to