home *** CD-ROM | disk | FTP | other *** search
/ PC-Test Pro / PCTESTPRO.iso / commtls / addcom / entp / addcomm.man < prev    next >
Encoding:
Text File  |  1994-04-17  |  17.4 KB  |  560 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. ExtraDOS Toolbox (tm)
  10. _______________________________________
  11.  
  12.   Users Manual
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33. Copyright (c) 1985-93 Foley Hi-Tech Systems (ASP)  All Rights Reserved
  34.  
  35.  
  36. Introduction
  37. _____________________________________________________________________
  38.  
  39.  
  40. ExtraDOS Toolbox is a compilation of tools useful to Microsoft DOS
  41. users.  I originally wrote the first version of ExtraDOS under MS-DOS
  42. because I found a need for them and there were no commercially
  43. available products that provided these functions.  Some ExtraDOS tools
  44. were designed to enhance programs already found in MS-DOS.  Other
  45. tools were familiar to the Unix world, but were not available in
  46. MS-DOS.  Over the years this collection has grown into large group of
  47. very useful tools.  Some of these utilities are duplicates of those
  48. found elsewhere, but often provide much better features or reduced
  49. memory overhead than similar utilities found elsewhere.  In addition,
  50. ExtraDOS complements PC-Tools and Norton Utilities with added tools
  51. these programs do not provide.
  52.  
  53. Over thirty of the ExtraDOS Toolbox utilities have been selected by
  54. Paul Somerson, former Executive Editor of PC Magazine, for Bantam
  55. Books', DOS Power Tools, 2nd Edition, Revised and Expanded for DOS
  56. 5.0.  Many of the ExtraDOS Toolbox utilities are now appearing in many
  57. popular DOS books that feature shareware enhancements for DOS.
  58.  
  59. I hope you find these tools useful and convienent.  Any suggestions
  60. for enhancements, improvements or additions are welcome.  Please
  61. contact use with your comments.
  62.  
  63.  
  64. David R. Foley
  65.  
  66.  
  67. License Agreement
  68. _____________________________________________________________________
  69.  
  70.  
  71.   This software is protected by both United States' copyright law and
  72.   international treaty provisions. Therefore, you must treat this
  73.   software "just like a book," with the following single exception.
  74.   Foley Hi-Tech Systems authorizes you to make archival copies of the
  75.   software for the sole purpose of backing up our software and
  76.   protecting your investment from loss. By saying, "just like a book,"
  77.   Foley Hi-Tech Systems means that this software may be used by any
  78.   number of people and may be freely moved from one computer location
  79.   to another, provided there is absolutely no possibility of it being
  80.   used at one location while it is being used at another. Just as a
  81.   book cannot be read by two different people in two different places
  82.   simultaneously, the software may not be used by two different people
  83.   in two different places simultaneously.
  84.  
  85.   You may not make copies of the software documentation or disk,
  86.   except as described above. You may not distribute, rent, sublicense,
  87.   or lease the software or the documentation. You may not alter,
  88.   modify, or adapt the software or documentation, including but not
  89.   limited to translating, decompiling, reverse assembling, or creating
  90.   derivative works. You may not use the software in a network,
  91.   timeshareing, multiple CPU, or multi- user environment unless each
  92.   user is licensed by Foley Hi-Tech Systems.
  93.  
  94.  
  95. EXTRADOS TOOLBOX
  96. _____________________________________________________________________
  97.  
  98.  
  99. LIMITED WARRANTY
  100.  
  101.   Upon notification of defects in material or workmanship,
  102.   within the warranty period of 45 days from the date of purchase,
  103.   Foley Hi-Tech Systems will, at its option, replace the defective
  104.   diskette or refund the license fee. If you need to return a product,
  105.   call the Foley Hi-Tech Systems Technical Support Service Department
  106.   to obtain a return authorization number. The remedy for breach of
  107.   this warranty shall be limited to replacement or refund and shall
  108.   not encompass any other damages, including but not limited to loss
  109.   of profit, and special, incidental, consequential, or other similar
  110.   claims.
  111.  
  112.   Foley Hi-Tech Systems specifically disclaims all other warranties,
  113.   expressed or implied, including but not limited to implied
  114.   warranties of merchantability and fitness for a particular purpose
  115.   with respect to defects in the diskette and documentation, and the
  116.   program license granted herein in particular, and without limiting
  117.   operation of the program license with respect to any particular
  118.   application, use, or purpose. In no event shall Foley Hi-Tech
  119.   Systems be liable for any loss of profit or any other commercial
  120.   damage, including but not limited to special, incidental,
  121.   consequential, or other damages. This statement shall be construed,
  122.   interpreted, and governed by the laws of the State of California.
  123.  
  124.  
  125. TRADEMARK INFORMATION
  126.  
  127.   ExtraDOS Toolbox, TurboBAT, SpeedRAM, Screen Manager, Profiler,
  128.   WizLabel, CDBS, Press Gate Manager, ExtraWindows Toolbox and Safety
  129.   Disk are trademarks of Foley Hi-Tech Systems.
  130.  
  131.   MS-DOS and Windows are trademarks of Microsoft Corporation.
  132.  
  133.   Norton Utilities are a trademark of Symantec.
  134.  
  135.   PC-Tools is a trademark of Central Point Software.
  136.  
  137. ADDCOMM - Add Communications Port Information
  138. _____________________________________________________________________
  139.  
  140.  
  141. DESCRIPTION
  142.  
  143.   ADDCOMM is a utility that allows you to define the address of your
  144.   COM ports in the DOS lower memory segment.  This is useful for
  145.   machines whose BIOS doesn't support COM3 and COM4 ports by default.
  146.   In many older machines including early 80386 based systems, the BIOS
  147.   would only setup COM1 and COM2 for DOS.  Newer serial cards and
  148.   modems allow you to define COM3 and COM4 on the cards but these
  149.   machines won't allow DOS to see these additional ports unless you
  150.   place the corresponding address in low DOS memory.  ADDCOMM will
  151.   place this information in the correct location for you.
  152.  
  153.   ADDCOMM will display the current address values for any COM
  154.   ports that are installed in your system.  By placing the ADDCOMM
  155.   statements in your AUTOEXEC.BAT file you can have the machine load
  156.   the correct values without having to intervene.  ADDCOMM is not a
  157.   TSR and will not require any overhead memory to setup your ports
  158.   from AUTOEXEC or the DOS prompt.
  159.  
  160.  
  161. VERSION
  162.  
  163.   4.00 11/01/93
  164.  
  165.  
  166. COMMAND FORMAT
  167.  
  168.   ADDCOMM [port] [address]
  169.  
  170.  
  171.   [port]     is the COM port to add.
  172.  
  173.   [address]  is the address of the COM port being added.
  174.  
  175.  
  176.  
  177. EXAMPLE
  178.  
  179.   ADDCOMM COM3 3E8    will tell DOS to address COM3 at address 3E8.
  180.  
  181.  
  182.  
  183.  
  184. ADDCOMM - Add Communications Port Information
  185. _____________________________________________________________________
  186.  
  187.  
  188. NOTES
  189.  
  190.  
  191.   Certain makes of BIOS do not support beyond COM2. This means that at
  192.   the power-up equipment check they do not add COM3 and COM4 to the
  193.   low-memory equipment list and/or do not add the appropriate base
  194.   addresses to the BIOS data area even if you may have a modem or
  195.   I/O card configured as COM3 or COM4.
  196.  
  197.   This same problem seems to occur occasionally because of
  198.   conflicts between various boards.
  199.  
  200.   The equipment list may be incorrect if an internal modem is
  201.   installed as COM2 (or COM3 or COM4) with no COM1 serial port in the
  202.   computer.
  203.  
  204.   The result of all these problems is that any serial I/O involving
  205.   DOS redirection will not work properly. For instance, one may use
  206.   COM3 successfully with a terminal program until "shelling out of
  207.   Host Mode," which often involves DOS CTTY redirection. Another
  208.   symptom would be a "WRITE FAULT ERROR WRITING DEVICE COMx" following
  209.   simple redirection such as "DIR >COMx."
  210.  
  211.   ADDCOMM will write information about your serial ports into the
  212.   appropriate low-memory areas. It may be used to make your system
  213.   aware of your specific serial hardware.
  214.  
  215.   If the COM port is already listed in the low-memory equipment list,
  216.   ADDCOMM will simply change the base address to what you specify in
  217.   the second argument to the command. Typing ADDCOMM alone will show
  218.   what ports are currently in the equipment list along with their base
  219.   addresses.
  220.  
  221.   A typical use of ADDCOMM would be to put the line ADDCOMM COM3 3E8
  222.   in the autoexec.bat file for BIOS versions that do not support COM3.
  223.  
  224.  
  225.  
  226.  
  227. ADDCOMM - Add Communications Port Information
  228. _____________________________________________________________________
  229.  
  230.  
  231.  
  232. COMMON SERIAL PORT BASE ADDRESSES
  233.  
  234.   COM1 - 3F8        the addresses for COM1 and COM2
  235.   COM2 - 2F8        are pretty much a standard
  236.  
  237.   COM3 - 3E8        these addresses for COM3 and COM4 are
  238.   COM4 - 2E8        are common, though it's sometimes reversed
  239.  
  240.  
  241. PS/2 SERIAL PORT BASE ADDRESSES
  242.  
  243.   COM1 - 3F8
  244.   COM2 - 2F8
  245.   COM3 - 3220
  246.   COM4 - 3228
  247.  
  248.  
  249.  
  250.  
  251. TECHNICAL SUPPORT
  252. _____________________________________________________________________
  253.  
  254.  
  255.   Often we get calls from people asking questions that can be
  256.   solved easily by checking through the manual before calling tech
  257.   support. We ask that you browse the manual and look for information
  258.   pertaining to your particular problem before calling. This can often
  259.   save you time, as we take a collection of our most common questions
  260.   and try to address them in this manual.
  261.  
  262.   We offer alternative methods besides the conventional phone
  263.   support, such as a multi-line 24-hour BBS system. We also monitor
  264.   most technical conferences in the BBS Interlink and RelayNet
  265.   networks as well as many conferences on the CompuServe
  266.   Information System. You may send messages and questions via any of
  267.   these services.
  268.  
  269.   Currently our Tech Support office is staffed Monday through Friday
  270.   from 9:00 a.m. to 5:00 p.m. Pacific Time. There is a chance,
  271.   however, that someone is in the office outside this time frame.
  272.   If so, we will gladly answer your questions outside the normal
  273.   business hours.  Registered users are given unlimited technical
  274.   support.
  275.  
  276.   Foley Hi-Tech Systems
  277.   Technical Support Department
  278.   185 Berry Street
  279.   San Francisco, CA  94107
  280.   (415) 882-1730
  281.   (415) 882-1733 FAX
  282.   (415) 882-1735 BBS
  283.   PCVENB CONF. 13 CompuServe
  284.  
  285.  
  286.  
  287. CREDITS
  288. _____________________________________________________________________
  289.  
  290.  
  291.   This collection of utilities started out as a small set of home
  292.   grown tools that I just could not stand to live without.  Many times
  293.   someone would see me using them and ask for a copy.  This was a big
  294.   mistake.  All of the sudden I had to debug my code.  Someone would
  295.   call me up and remind me of some problem with a utility that I had
  296.   written or asked me to just add this one little feature.  Six years
  297.   later the package has evolved to its current state.  Along the way I
  298.   have had the help of many people in testing and ideas for products.
  299.   I would like to thank all of those people who have of course
  300.   registered these utilities as this is now a new incentive for
  301.   continuing to expand them.  More specifically I'd like to thank the
  302.   following:
  303.  
  304.   Kathy Smith
  305.   Jay Wessel
  306.   Roger Cross
  307.   Brian & Tess for Channel 1
  308.   Paul Somerson & Bantam Books
  309.   PC Tech Journal (A Great Loss)
  310.   PC Magazine
  311.   Byte Magazine
  312.   Jerry Pournelle
  313.   Association of Shareware Professionals
  314.  
  315.  
  316.  
  317.  
  318. PROGRAMMING
  319.  
  320.   The ExtraDOS Toolbox utilties use a wide variety of programming
  321.   tools including:
  322.  
  323.   Borland Turbo Pascal 7.0
  324.   Borland Turbo Assembler 3.0
  325.   Borland Turbo C++ 1.0
  326.   Borland Turbo Debugger 2.0
  327.   Turbo Power Software Object Professional 1.0
  328.   Phil Katz' PKLite Professional 1.13
  329.   Unity Programmers Editor 3.33
  330.   Ralph Browns' Interrupt List
  331.  
  332.  
  333.   Programming by:
  334.  
  335.   Mike Blaszczak
  336.   David Foley
  337.   Joe Halpin
  338.   Bill McKee
  339.   Mike Molloy
  340.   Mike Viens
  341.   Ross Wentworth
  342.   Randall Woodman
  343.  
  344.  
  345. CREDITS
  346. _____________________________________________________________________
  347.  
  348.  
  349.  
  350. ART
  351.  
  352.   Artwork for the ExtraDOS Toolbox was created using:
  353.  
  354.   Ian Davis' TheDraw 4.01
  355.   Aldus Freehand 2.0
  356.   Electronic Arts Studio/8 2.0
  357.  
  358.  
  359.   Art by:
  360.  
  361.   David Foley
  362.   Noel Gamboa
  363.   Moses Gates
  364.   Shahasp Herardian
  365.   Pat McSween
  366.   Ross Wentworth
  367.  
  368.  
  369. DOCUMENTATION
  370.  
  371.   Documentation for the ExtraDOS Toolbox was written using:
  372.  
  373.   FHTS SuperEdit 3.04
  374.   Word Perfect 5.1
  375.   MS Word for Windows 2.0
  376.   Grammatik for Windows 1.0
  377.   Aldus Pagemaker 4.0
  378.   Unity Programmers Editor 3.33
  379.  
  380.  
  381.   Documentation by:
  382.  
  383.   Mike Blaszczak
  384.   David Foley
  385.   Mike Viens
  386.   Ross Wentworth
  387.  
  388.  
  389.   Printed Manuals by:
  390.  
  391.   BindCo, Brisbane, CA.
  392.  
  393.  
  394. LICENSE INFORMATION
  395.  
  396.   CHIMES, EVAL and RAMDRIVE are derivatives of the Nifty James
  397.   utilties by Mike Blaszczak.
  398.  
  399.   FILEATTR, NAMEDIR and SWAPFILE are derivatives of the Fantastic
  400.   Utilities by Mike Viens.
  401.  
  402.  
  403.  
  404. FHTS Products
  405. _____________________________________________________________________
  406.  
  407.  
  408. Safety Disk (tm)
  409.  
  410.   Safety Disk saves all of your systems vital information and will
  411.   solve most problems due to:  Loss of battery power, Loss of CMOS
  412.   information, accidental deletion of boot files, virus damage to boot
  413.   disk.
  414.  
  415.  
  416.   "Use Safety Disk and your PC is Safe.", Computer Shopper, March 1992
  417.  
  418.   "Used in Conjuntion with a conventional backup utility, Safety Disk,
  419.    for $59.95 will provide as bulletproof a backup as you're likely to
  420.    find in the PC marketplace.", InfoWorld, February 10, 1992
  421.  
  422.   "Safety Disk is so deceptively easy to use that it makes hard-drive
  423.    and computer maintenance seem impossibly easy.", PCM Magazine, May
  424.    1992
  425.  
  426.   "I have discovered the most unique and useful system maintenance
  427.    utility since Spinrite came along.", MBUG PC Newsletter, December,
  428.    1991
  429.  
  430.  
  431. ExtraDOS Toolbox (tm)
  432.  
  433.   A large collection of over 50 utilities that DOS forgot. Includes
  434.   many helpful utilities that enhance MS-DOS machines. Featured in the
  435.   DOS Power Tools, 2nd Edition, Revised for DOS 5.0 book by Bantam
  436.   Books.
  437.  
  438.  
  439. WizLabel (tm)
  440.  
  441.   Print Sharp Wizard phone listings directly to your SLP Printer
  442.   without having to convert your data.
  443.  
  444.  
  445. Coach Database System■.
  446.  
  447.   CDBS provides a method for tracking and evaluating NBA teams, NBA
  448.   players, and college players. It supplies a comprehensive report
  449.   generator for building decision support reports on scouted players.
  450.  
  451.  
  452. FHTS Products
  453. _____________________________________________________________________
  454.  
  455.  
  456.  
  457. Press Gate Manager■.
  458.  
  459.   Software for event organizers. Creates and maintains a database of
  460.   events and guests with the ability to track seating by type,
  461.   location, and person. Produces seating charts and labels for press
  462.   passes.
  463.  
  464.  
  465. FINDB■.
  466.  
  467.   Financial Database System for tracking shareholders in a company.
  468.   Allows the instant retrieval of information based on any part of a
  469.   persons account id, ss#, zip code etc.  Has support for completely
  470.   customized HP Laserjet tax forms.  Ideal for generating K1 tax
  471.   reports for limited partnerships.
  472.  
  473.  
  474.  
  475. EXTRADOS TOOLBOX UPCOMING ADDITIONS
  476. _____________________________________________________________________
  477.  
  478.  
  479. We are constantly adding new utilities to the ExtraDOS Toolbox
  480. collection.  Some are developments of ideas from our customers.  If
  481. you know of a utility that you would find handy or updates to
  482. existing utilities please let us know about them.
  483.  
  484.  
  485. BATPLUS     Collection of enhancements for DOS Batch files.  BATPLUS
  486.             enhancements will also be supported by TurboBAT.
  487.  
  488. BOOTMGR     Boot Manager will allow you to choose from many different
  489.             boot up configurations by displaying a menu of choices
  490.             at boot time.  Each configuration can have a seperate
  491.             AUTOEXEC.BAT and CONFIG.SYS associated with it.
  492.  
  493. DIALIT      Small TSR that allows you to pop up over any text screen
  494.             and capture a phone number and then dialing with your
  495.             modem.
  496.  
  497. DIFF        Full screen file comparison utility.  Will display the
  498.             differences between two different files.
  499.  
  500. DIRSORT     Sort directories by Name, Extension, Date, Time or Size.
  501.  
  502. DISKTEST    Command line utility to perform testing functions on disk
  503.             drives looking for bad sectors or clusters.
  504.  
  505. EMSX86      EMS 4.0 Memory Manager that converts Extended Memory into
  506.             LIM EMS 4.0 Expanded memory.
  507.  
  508. FKEYSET     Allows you to assign customized values for all the function
  509.             keys.
  510.  
  511. LQPRINT     Allows 9 pin dot matrix printers to print near letter
  512.             quality output by converting text into high resolution
  513.             graphics.
  514.  
  515. NBSTIME     Will set your PC clock to National Atomic Clock time by
  516.             calling NBS with your modem.
  517.  
  518. PRMPTMGR    Prompt Manager gives you access to a library of DOS prompts
  519.             and allows you to create your own DOS prompts.
  520.  
  521. PRINTCTL    Print Controller is a multiple printer spool and configuration
  522.             utility.  Supports EMS or DISK spooling and up to three
  523.             printer ports.
  524.  
  525.  
  526. EXTRADOS TOOLBOX UPCOMING ADDITIONS
  527. _____________________________________________________________________
  528.  
  529.  
  530. SORT        Advanced SORT utilty for DOS.  Features many enhancements o
  531.             over the DOS version.
  532.  
  533. SPEEDFL     Increase access to some floppy disk drives.
  534.  
  535. SPLITFL     Split files into multiples for modem or diskette transfers.
  536.  
  537. STOPWTCH    Stop Watch allows you to time programs at the DOS prompt.
  538.  
  539. SWAPFILE    Swap to file names with the associated files.
  540.  
  541. XCD         Smart CHDIR command.  Will accept partial names.
  542.  
  543. XDEL        Advanced delete command.  Allows many options and exclusions.
  544.  
  545. XDIR        Updated DIR command with sort options.
  546.  
  547. ZIPCODE     TSR to allow the searching of US Postal Zip Code Database.
  548.  
  549.  
  550.  
  551.  
  552.   The latest versions of the ExtraDOS Toolbox utilities can be found on:
  553.  
  554.   FHTS PC GURU III BBS, San Francisco, CA  (415) 882-1735
  555.  
  556.   CHANNEL 1 BBS, Cambridge, MA             (617) 354-8873
  557.  
  558.   COMPUSERVE INFORMATION SERVICE           PCVENB CONF. 13
  559.  
  560.