home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / amsoft / dos / amcall.ini < prev    next >
INI File  |  1997-02-01  |  3KB  |  90 lines

  1. ;AmCall.INI initialization file for AmCall Logbook(tm) Software.
  2. ;    Lines beginning with semi-colons `;' or left-brackets `[' are not read.
  3. ;    To disable a line, place a semi-colon `;' in front of it.
  4. ;    All menu choice items require at least one selection.
  5. ;    Semi-colons after a valid choice are considered remarks.
  6. ;    Be sure to put your callsign after the variable MYCALLSIGN =
  7. ;    You may turn off the LOGO Advertisment by setting LOGOAD = N
  8.  
  9. [MONITOR]
  10. SCREEN SAVER = 0                   ;0=Off or Number of seconds
  11. COLOR MONITOR = Y                  ;Y=Color N=Mono
  12. CLOCK MODE = 12                    ;12 OR 24
  13. LOGOAD = Y                         ;opening AmLog advertisement
  14. MYCALLSIGN = AmSoft                ;put your callsign here
  15.  
  16. [DATA LOCATION]
  17. CDROM DRIVE = D:                   ;DRIVE WHERE CD-ROM IS
  18. DATAFILE = AMCALL                  ;NAME OF DATA AND MEMO FILES
  19.  
  20. [TIME SETTINGS]
  21. TIME ZONE = CST                    ;TIME ZONE AST,EST,CST,MST,PST,HST
  22. DAYLIGHT SAVINGS = N               ;Y = Substract 1 hour from Zone, N = 0
  23.  
  24. [DEFAULTS]                         ;Defaults used when adding new records
  25. Frequency = 146.940                ;Default Frequency (sample)
  26. RecvRST = ?                        ;Default Receive RST
  27. SendRST = ?                        ;Default Send RST
  28. Power = ?                          ;Default Power
  29.  
  30. [COUNTRIES MENU]
  31. ItemCountry = USA                  ;10 most used countries for COUNTRY MENU
  32. ItemCountry = Canada               ;max length is 16 characters
  33. ItemCountry = Mexico               ;retype over these samples to create your own
  34. ItemCountry = Japan
  35. ItemCountry = Russia
  36. ItemCountry = Germany
  37. ItemCountry = Britian
  38. ItemCountry = New Zealand
  39. ItemCountry = Africa
  40. ItemCountry = China
  41.  
  42. [MODES MENU]
  43. ItemMode = FM                      ;10 most used modes for MODE MENU
  44. ItemMode = AM                      ;max length is 5 characters
  45. ItemMode = CW
  46. ItemMode = SSB
  47. ItemMode = ATV
  48. ItemMode = PACKT
  49. ItemMode = PKTOR
  50. ItemMode = AMTOR
  51. ItemMode = RTTY
  52. ItemMode = WEFAX
  53.  
  54. [CLASSES MENU]              ;Classes of licences (10 most used).
  55. ItemLicense = T             ;Tech      (no code tech/no HF priviledges)
  56. ItemLicense = ?             ;Unknown ;max length is 2 characters
  57. ItemLicense = N             ;Novice
  58. ItemLicense = P             ;Tech Plus (or old Tech with HF priviledges)
  59. ItemLicense = G             ;General
  60. ItemLicense = A             ;Advanced
  61. ItemLicense = E             ;Extra
  62. ItemLicense = AG            ;General upgrade pending
  63. ItemLicense = AA            ;Advanced upgrade pending
  64. ItemLicense = AE            ;Extra upgrade pending
  65.  
  66. [CITIES MENU]               ;10 most used cities
  67. CityItem = Unknown          ;max length is 31 characters
  68. CityItem = Fort Worth TX
  69. CityItem = Arlington TX 
  70. CityItem = Dallas TX
  71. CityItem = Austin TX
  72. CityItem = Waco TX
  73. CityItem = Grand Prairie TX
  74. CityItem = Longview TX
  75. CityItem = Abilene TX
  76. CityItem = Witchita Falls TX
  77.  
  78. [QTH MENU]                  ;10 most used QTH'S
  79. QTHItem = Unknown           ;max length is 20 characters
  80. QTHItem = Fort Worth   
  81. QTHItem = Arlington
  82. QTHItem = Dallas
  83. QTHItem = Austin
  84. QTHItem = Waco
  85. QTHItem = Grand Prairie
  86. QTHItem = Longview
  87. QTHItem = Abilene
  88. QTHItem = Witchita Falls
  89.  
  90.