home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / netcopy / commit.dat next >
Encoding:
INI File  |  2004-08-27  |  732 b   |  42 lines

  1. [Commit]
  2. ;COMMIT data file
  3. ;
  4. ;This data file defines the configurable options of COMMIT.  Presumably,
  5. ;the user never sees this file, but rather it is setup by another
  6. ;program which launches COMMIT.
  7. ;
  8. ;
  9. ;COMMTYPE
  10. ; - SERIAL - 1
  11. ; - MODEM - 2
  12. ; - NETWORK - 3
  13. ;
  14. ; NUMPLAYERS
  15. ; - 0..MAXPLAYERS
  16. ;
  17. ; VECTOR
  18. ; - ~ find an empty one
  19. ; - 0x60..0x69 specify one
  20. ;
  21. ; CONNECTTYPE
  22. ; - DIALMODE - 0
  23. ; - ANSWERMODE - 1
  24. ; - ALREADYCONNECTED - 2
  25. ;
  26. COMMTYPE = 1
  27. NUMPLAYERS = 2
  28. PAUSE = 0
  29. VECTOR = ~
  30. SOCKETNUMBER = 34889
  31. INITSTRING = "ATZ"
  32. HANGUPSTRING = "ATH0=0"
  33. PHONENUMBER = ""
  34. LAUNCHNAME = "netcopy.exe"
  35. CONNECTTYPE = 0
  36. USETONE = 1
  37. COMPORT = 1
  38. IRQNUMBER = ~
  39. UARTADDRESS = ~
  40. PORTSPEED = 9600
  41. SHOWSTATS = 0
  42.