home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / comadr11.zip / READIT.1ST < prev   
Text File  |  1994-11-11  |  5KB  |  122 lines

  1.  
  2. COMADDR.EXE  version 1.1            READIT.1ST
  3. Copyright (c) 1994 K.D. Smyth  All Rights Reserved
  4.  
  5. What it does, briefly:
  6.     COMADDR can reset the COM port I/O address list (those "3F8" 
  7. and "2E8" things you set jumpers for on adapter cards) stored in 
  8. your computer's memory to either the defaults or whatever you 
  9. like. That way, the digital address the software sees for the COM 
  10. port actually agrees with the jumper setting, correcting whatever 
  11. garbage your BIOS loaded in during start-up.  This is especially 
  12. useful with crowded machines, older machines which don't set COM3 
  13. and COM4, or extended adapters which allow you to set different 
  14. addresses to resolve various I/O and interrupt (IRQ) conflicts.  
  15. It is compatible with both DOS and Windows applications, and will 
  16. help solve a lot of confusing thing-don't-work-together problems.  
  17. It is compatible with both DR and MS/PC DOS operating systems and 
  18. Microsoft Windows 3.1
  19.  
  20. Files included: 
  21.         COMADDR.EXE  Executable
  22.         COMADDR.TXT  Long-winded Documentation
  23.         READIT.1ST   Cut-Down Documentation (this file)
  24.         BBS.TXT      Quick Description
  25.  
  26. Shareware Fee: US $10, payable to the author
  27.  
  28. How to Use:  Three Ways!!
  29.     Setting System Back to Defaults
  30.  
  31.         COMADDR   (nothing afterward)
  32.             sets all four COM ports to their default I/O 
  33.             addresses (COM1=3F8, COM2=2F8, C0M3=3E8, COM4=2E8)
  34.             example:"C:\comaddr".  Very useful in your
  35.             AUTOEXEC.BAT file
  36.  
  37.     Setting System to Custom Addresses
  38.  
  39.         COMADDR (address 1),(address 2),(address 3),(address 4)
  40.             sets COM1 to address 1, COM2 to address 2, etc.
  41.             example: "C:\comaddr 03F8,02F8,0338,0300" will
  42.             set COM1 to 3F8, COM2 to 2F8 (both normal), COM3
  43.             to 338 and COM4 to 300 (both weird) 
  44.  
  45.     Changing Just One Address  
  46.  
  47.         COMADDR (address 1),,,
  48.             sets COM1 to address 1 but leaves others unchanged
  49.             ("COMADDR ,address 2,," sets COM2 to address 2, 
  50.             "COMADDR ,,address 3, sets COM3 to address 3, and 
  51.             and so on.)
  52.             example: "C:\comaddr ,,02E8," will change COM3 to 
  53.             to 2E8 and not disturb any settings for COM1, COM2
  54.             and COM4
  55.  
  56.                            
  57. Entering the Numbers
  58.  
  59.         Easy.  "02f8", "2f8", "02F8" and "2F8" all mean the 
  60. same thing.  Commas (,) or semicolons (;) are used to separate 
  61. the data.  Leave out the quote marks when you enter things, but I 
  62. assume if you're smart enough to know that you need this program, 
  63. you'll already have figured that one out!  Addresses must be 
  64. between 0200 and 03FF, other values are not allowed by this 
  65. program, except for 0000.
  66.  
  67. Disclaimer of Warranty
  68.  
  69. THIS PROGRAM IS SUPPLIED WITH NO WARRANTIES, EXPRESS OR IMPLIED, 
  70. AND SPECIFICALLY NO WARRANTIES OF MERCHANTABILITY OR FITNESS FOR 
  71. A PARTICULAR PURPOSE.  THE USER ASSUMES ALL LIABILITY FOR DAMAGES 
  72. RESULTING FROM LOSS OF DATA, INTERRUPTION OF BUSINESS, LOSS OF 
  73. PROFITS, USE OF EQUIPMENT, DAMAGE TO EQUIPMENT, OR INCIDENTAL OR 
  74. CONSEQUENTIAL DAMAGES.  
  75.  
  76. In using this software you are assuming all risk as to its re-
  77. sults and performance.  Use of this program for any period of 
  78. time constitute your agreement with and acceptance of these 
  79. conditions and responsibilities.  I am not responsible for cor-
  80. recting any problems which you discover or for otherwise main-
  81. taining and configuring this software.  I will try to fix bugs,
  82. but I cannot guarantee success.
  83.  
  84. REGISTRATION
  85.  
  86.      This is a copyrighted program, and all rights are specifi-
  87. cally reserved.  To legally use this software after a 30-day 
  88. evaluation period, you must register and receive a license.  
  89. Registration entitles you to a free copy of any upgrade and 
  90. use of the executable COMADDR.EXE on up to three computers.  The 
  91. registration fee is ten dollars US ($10) for all users with the 
  92. exception of teachers in public schools, who may register this 
  93. program and receive a license for use in a classroom or 
  94. other educational purpose at no cost.  These requests must be made
  95. on the school letterhead.
  96.  
  97.     This program may be freely distributed by wire or electronic 
  98. means (i.e., bulletin boards and online information services) or 
  99. by shareware distributors.  You must still register this software 
  100. even if you paid the distributor for the medium on which it was 
  101. transmitted to you.  Any form of distribution must be complete 
  102. and include the four files listed below.  These files may be com-
  103. pressed for distribution but not altered in any other way.
  104.  
  105.  
  106.  
  107.  
  108. K.D. Smyth                email:k.smyth1@genie.geis.com
  109. 1618 Quail Ave                 ksmyth@aol.com
  110. Sunnyvale, CA 94087
  111.  
  112.  
  113.  
  114.  
  115. Legal Disclaimers
  116.  
  117. Mouse Systems is a registered trademark of Mouse Systems Corporation.
  118. Microsoft, MS and MS-DOS are registered trademarks, and Windows 
  119. is a trademark of Microsoft Corporation
  120. Portfolio is a registered trademark of Quickpath Company
  121. DR DOS and Novell DOS are registered trademarks of Novell Inc
  122.