home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / misc / flxpac26 / flexcust.pro < prev    next >
Text File  |  1990-12-09  |  7KB  |  151 lines

  1. *
  2. * FLEXPAC CUSTOMIZATION FILE FOR VERSION 2.5 ONLY - WILL NOT WORK
  3. * FOR VERSIONS EARLIER THAN 2.5 !
  4. *
  5. * This file is used by the FLEXCUST program to customize
  6. *    colors
  7. *    com port default
  8. *    window sizes
  9. *    user identification
  10. * for the FLEXPAC program.  To change these things in FLEXPAC, you
  11. * must do two things:
  12. *
  13. *   1) change this file to reflect your desired values, as explained below
  14. *   2) issue the DOS command FLEXCUST
  15. *
  16. * The program file FLEXPAC.EXE is then altered.  Note that only this
  17. * particular DOS file is altered - if you have more than one FLEXPAC.EXE
  18. * program file on your disks, you will have to customize each one separately
  19. * (or customize one and copy to the other disks).
  20. *
  21. * Of course, if you copy a customized FLEXPAC.EXE to another disk or
  22. * subdirectory, the customized colors travel with it, since the file itself
  23. * has been modified and customized.
  24. *
  25. * This process assumes that all files are in the current subdirectory, and
  26. * have the standard supplied file names.  If you have changed the names, or
  27. * if files are in different subdirectories, you must supply some parameters
  28. * to FLEXCUST - the full format of the command is:
  29. *   FLEXCUST <target> <source>
  30. * where:
  31. *   TARGET is the DOS file name of the FLEXPAC.EXE file - if not in
  32. *      the current subdirectory, you may enter a fully qualified DOS
  33. *      file name, such as C:\PACKET\FLEXPAC.EXE
  34. *   SOURCE is the name of this file - if not in the current subdirectory,
  35. *      you may enter a fully qualified DOS file name, such as
  36. *      C:\PACKET\FLEXCUST.PRO
  37. * Note: SOURCE and TARGET can be optional - the default TARGET is
  38. *   FLEXPAC.EXE in the current subdirectory, and the default SOURCE is
  39. *   FLEXCUST.PRO in the current subdirectory.  However, you CANNOT
  40. *   default the TARGET name if you only want to specify SOURCE (in other
  41. *   words, if you only enter one parameter, it is assumed to be the TARGET
  42. *   parameter).
  43. *
  44. * **************** Modify The Color Information That Follows *************
  45. *
  46. * To modify this file to make your selections, you must obey two rules:
  47. *    a) do not change the NUMBER or ORDER of the following statements -
  48. *       YOU CAN ONLY CHANGE THE COLOR SPECIFIED ON EACH LINE.  If there
  49. *       is a color you wish to leave alone, do exactly that - LEAVE IT
  50. *       ALONE!
  51. *    b) You may use only the following colors, and they must be entered
  52. *       AS SHOWN, as one word each:
  53. *           BLACK      BLUE       GREEN      CYAN          RED
  54. *           MAGENTA    BROWN      LIGHTGRAY  DARKGRAY      LIGHTBLUE
  55. *           LIGHTGREEN LIGHTCYAN  LIGHTRED   LIGHTMAGENTA
  56. *           YELLOW     WHITE
  57. * The color specification lines follow:
  58. BLUE          - A screen background
  59. BROWN         - B screen background
  60. GREEN         - DX window background
  61. LIGHTCYAN     - receive normal text
  62. LIGHTRED      - FLEXPAC error text
  63. YELLOW        - receive emphasized text (transmit echo, etc.)
  64. BLACK         - status line background
  65. WHITE         - status line foreground
  66. RED           - key line background
  67. YELLOW        - key line foreground
  68. *
  69. * ************* Modify The COM Port Number and Baud That Follow ************
  70. *
  71. 1             - set comport number - 1 or 2 are the only valid options here
  72. 4800          - set the baud rate
  73. *
  74. * ************* Modify The Window Size Information That Follows *************
  75. *
  76. * There are four different ways in which FLEXPAC can split up the screen,
  77. * based on whether the B stream and/or DX windows are open and visible.
  78. * Some things do not change - the bottom line is always the function key
  79. * definition line, the next to bottom line always the key input line, and
  80. * the second from bottom always the Status Line.  The four configurations
  81. * are:
  82. *
  83. *    ┌───────────┐   ┌───────────┐   ┌───────────┐   ┌───────────┐
  84. *    │           │   │ A Stream  │   │ A Stream  │   │ A Stream  │
  85. *    │           │   │           │   │           │   ├────(3)────┤
  86. *    │ A Stream  │   ├───(1)─────┤   │           │   │ B Stream  │
  87. *    │           │   │ B Stream  │   ├───(2)─────┤   ├────(4)────┤
  88. *    │           │   │           │   │ DX Window │   │ DX Window │
  89. *    ├─Status────┤   ├─Status────┤   ├─Status────┤   ├─Status────┤
  90. *    ├─Input─────┤   ├─Input─────┤   ├─Input─────┤   ├─Input─────┤
  91. *    └─Keys──(5)─┘   └─Keys──(5)─┘   └─Keys──(5)─┘   └─Keys──(5)─┘
  92. *
  93. * You will notice that the important separator lines have numbers in
  94. * parenthesis inside them.  These are the line numbers that you can change
  95. * to suit now ...
  96. 12            - (1) A stream to B stream, no DX window
  97. 17            - (2) A stream to DX window, no B stream
  98. 9             - (3) A stream to B stream, with DX window
  99. 17            - (4) B stream to DX window
  100. 25            - (5) maximum number of screen lines
  101. *
  102. * Specification (5) is the maximum number of lines on the screen;  note
  103. * that this CAN be greater than 25 if your display supports that many
  104. * lines.
  105. *
  106. * The values are checked by FLEXCUST to ensure that each window is at
  107. * least 3 lines, and that the numbers are in the proper ascending order
  108. * when necessary (i.e. (4) should be greater than (3)).
  109. *
  110. * ************* Modify The User Code Information That Follows *************
  111. *
  112. * FLEXPAC is distributed as Shareware.  Software distributed as Shareware
  113. * is not in the public domain - the authors retain their Copyright rights.
  114. * However, you are free to copy it from a friend, use it, and distibute it
  115. * to others.  If you like the program and wish to support the availability
  116. * of good, inexpensive software, please send $15 to cover distribution
  117. * and handling to:
  118. *      Tom Lindveit N2GQS
  119. *      RD 1 Box 392C
  120. *      West Hurley, NY 12491 USA
  121. *
  122. * If you send in your registration fee, you will receive a diskette
  123. * containing the latest level of the program. In addition, you will
  124. * be notified about fixes and enhancements.  Be sure to include your
  125. * CALLSIGN and diskette size preference (360K/5.25 or * 720K/3.25).
  126. *
  127. * To remind you about Shareware, you will sometimes see a short "commercial"
  128. * when running FLEXPAC.  If you register, you will receive a special number
  129. * that you should enter below.  This number is derived from your callsign,
  130. * and if correct, you will no longer get the commercial.  THANK YOU!
  131. 0             - Registration Number
  132. *
  133. * ************* Modify The Alarm Tone Information That Follows ************
  134. *
  135. * You can customize the alarm tone that FLEXPAC sounds when you connect to
  136. * a station (@CONNECTALARM) or when someone attempts to TALK to you
  137. * (@TALKMONITOR).  The alarm sound has two tones - you can specify the
  138. * frequency of the tones, and their duration.  The frequency is in hertz,
  139. * with Middle C as 440, and the duration is in TENTHs of seconds.
  140. 200           - first tone frequency
  141. 5             - first tone duration
  142. 600           - second tone freqeuncy
  143. 5             - second tone duration
  144. *
  145. * ************* Modify The WAIT Interval Information That Follows ************
  146. *
  147. * The next field contains the default number of seconds that an @WAIT
  148. * command will wait for.  You can change this dynamically by using the
  149. * @WAITTIME command.
  150. 60
  151.