Down for 24 hours, Feb 21 '25. Nearby infrastructure is going down for a day (again), so the forum will be unavailable on this day (Australia time).
REM start the packet driver, here configured with default settings
A:¥TEENE¥LGYPKT 0x60 3 0x00D0
REM set up the TEENE configuration environment variable to point to your TEEN.DEF file
set TEEN=A:¥TEENE¥TEEN.DEF
REM start up TEENE
A:¥TEENE¥TEENE.COM
;TEEN v0.36 定義ファイル(Ethernet 版用)
; ';' 以降はコメントであり、無視されます。
; シングルクォート(') で囲まれた文字列中に ; を書くことはできません。
;行頭の数字は書き替えないでください。
[TSR]
102 $0F ; Hardware type, use $0F for PC-9801/PC-9821
[ETHERNET]
<NETIF>
400 172.30.98.1 ;IP Address
401 255.255.255.0 ;Subnet mask
402 172.30.98.255 ;Broadcast address
;403 ;(未使用)
404 172.30.98.254 ;Default gateway IP address
[RESOLVER]
100 10 ;タイムアウトまでの時間(秒)
300 '172.30.98.254' ; Primary DNS resolver IP address. Keep the address single-quoted.
;301 '' ;If needed, you can unquote this line and set a secondary resolver address.
; the remaining lines were left as-is