home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-02-12 | 772 b | 42 lines |
- [Commit]
- ;COMMIT data file
- ;
- ;This data file defines the configurable options of COMMIT. Presumably,
- ;the user never sees this file, but rather it is setup by another
- ;program which launches COMMIT.
- ;
- ;
- ;COMMTYPE
- ; - SERIAL - 1
- ; - MODEM - 2
- ; - NETWORK - 3
- ;
- ; NUMPLAYERS
- ; - 0..MAXPLAYERS
- ;
- ; VECTOR
- ; - ~ find an empty one
- ; - 0x60..0x69 specify one
- ;
- ; CONNECTTYPE
- ; - DIALMODE - 0
- ; - ANSWERMODE - 1
- ; - ALREADYCONNECTED - 2
- ;
- COMMTYPE = 2
- NUMPLAYERS = 2
- PAUSE = 0
- VECTOR = ~
- SOCKETNUMBER = 34889
- INITSTRING = "AT &F &C1 &D1 &K0 &Q6 S36=3"
- HANGUPSTRING = "AT Z H0"
- PHONENUMBER = "9,8644726"
- LAUNCHNAME = "DUKE3D.EXE"
- CONNECTTYPE = 0
- USETONE = 1
- COMPORT = 2
- IRQNUMBER = ~
- UARTADDRESS = ~
- PORTSPEED = 9600
- SHOWSTATS = 0
-