home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / progmisc / ttx111.zip / TURBOTXT.MAN < prev    next >
Text File  |  1992-11-10  |  19KB  |  587 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-92 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.
  57.  
  58. I hope you find these tools useful and convienent.  Any suggestions
  59. for enhancements, improvements or additions are welcome.  Please
  60. contact use with your comments.
  61.  
  62.  
  63. David R. Foley
  64.  
  65.  
  66. License Agreement
  67. _____________________________________________________________________
  68.  
  69.  
  70.   This software is protected by both United States' copyright law and
  71.   international treaty provisions. Therefore, you must treat this
  72.   software "just like a book," with the following single exception.
  73.   Foley Hi-Tech Systems authorizes you to make archival copies of the
  74.   software for the sole purpose of backing up our software and
  75.   protecting your investment from loss. By saying, "just like a book,"
  76.   Foley Hi-Tech Systems means that this software may be used by any
  77.   number of people and may be freely moved from one computer location
  78.   to another, provided there is absolutely no possibility of it being
  79.   used at one location while it is being used at another. Just as a
  80.   book cannot be read by two different people in two different places
  81.   simultaneously, the software may not be used by two different people
  82.   in two different places simultaneously.
  83.  
  84.   You may not make copies of the software documentation or disk,
  85.   except as described above. You may not distribute, rent, sublicense,
  86.   or lease the software or the documentation. You may not alter,
  87.   modify, or adapt the software or documentation, including but not
  88.   limited to translating, decompiling, reverse assembling, or creating
  89.   derivative works. You may not use the software in a network,
  90.   timeshareing, multiple CPU, or multi- user environment unless each
  91.   user is licensed by Foley Hi-Tech Systems.
  92.  
  93.  
  94. EXTRADOS TOOLBOX
  95. _____________________________________________________________________
  96.  
  97.  
  98. LIMITED WARRANTY
  99.  
  100.   Upon notification of defects in material or workmanship,
  101.   within the warranty period of 45 days from the date of purchase,
  102.   Foley Hi-Tech Systems will, at its option, replace the defective
  103.   diskette or refund the license fee. If you need to return a product,
  104.   call the Foley Hi-Tech Systems Technical Support Service Department
  105.   to obtain a return authorization number. The remedy for breach of
  106.   this warranty shall be limited to replacement or refund and shall
  107.   not encompass any other damages, including but not limited to loss
  108.   of profit, and special, incidental, consequential, or other similar
  109.   claims.
  110.  
  111.   Foley Hi-Tech Systems specifically disclaims all other warranties,
  112.   expressed or implied, including but not limited to implied
  113.   warranties of merchantability and fitness for a particular purpose
  114.   with respect to defects in the diskette and documentation, and the
  115.   program license granted herein in particular, and without limiting
  116.   operation of the program license with respect to any particular
  117.   application, use, or purpose. In no event shall Foley Hi-Tech
  118.   Systems be liable for any loss of profit or any other commercial
  119.   damage, including but not limited to special, incidental,
  120.   consequential, or other damages. This statement shall be construed,
  121.   interpreted, and governed by the laws of the State of California.
  122.  
  123.  
  124. TRADEMARK INFORMATION
  125.  
  126.   ExtraDOS Toolbox, TurboBAT, SpeedRAM, Screen Manager, Profiler,
  127.   WizLabel, CDBS, Press Gate Manager, ExtraWindows Toolbox and Safety
  128.   Disk are trademarks of Foley Hi-Tech Systems.
  129.  
  130.   MS-DOS and Windows are trademarks of Microsoft Corporation.
  131.  
  132.   Norton Utilities are a trademark of Symantec.
  133.  
  134.   PC-Tools is a trademark of Central Point Software.
  135.  
  136. TURBOTXT - Text File Compiler
  137. _____________________________________________________________________
  138.  
  139.  
  140. DESCRIPTION
  141.  
  142.   TurboTxt will convert a standard text file into a self displaying
  143.   COM program, containing both text and the necessary code to display
  144.   the text.
  145.  
  146.  
  147. VERSION
  148.  
  149.   1.11  11/10/92
  150.  
  151.  
  152. COMMAND FORMAT
  153.  
  154.   TURBOTXT [/Axx] [/Fxx] source [destination]
  155.  
  156.  
  157.   /Axx          Sets the video attributes for the text being displayed.
  158.                 xx is the attribute value. Use the chart below to
  159.                 calculate the attribute value you wish to use.
  160.  
  161.   /Fxx          Sets the video attributes for the help line at the
  162.                 bottom of the screen being displayed. xx is the
  163.                 attribute value. Use the chart below to calculate the
  164.                 attribute value you wish to use.
  165.  
  166.   source        the source text file to be compiled.  Can be any
  167.                 standard DOS text file up to 63k bytes.
  168.  
  169.  
  170.   destination   can be any valid dos filename.  If no destination is
  171.                 entered the file created will be called README.COM.
  172.  
  173.  
  174.  
  175. TURBOTXT - Text file Compiler
  176. _____________________________________________________________________
  177.  
  178. COLORS
  179.  
  180.   TurboTXT allows you to choose the video attributes that will be used
  181.   to display the text in the compiled README.COM program. The number
  182.   used to set the attribute is calculated by choosing the background
  183.   color and then the near ground color. The formula to use to get this
  184.   number is:
  185.  
  186.   A  = BACKGROUND COLOR x 16
  187.   B  = NEARGROUND COLOR
  188.  
  189.   xx = A + B;
  190.  
  191.  
  192.   BACKGROUND COLORS                   NEARGROUND COLORS
  193.  
  194.     BLACK      0                       BLACK          0
  195.     BLUE       1                       BLUE           1
  196.     GREEN      2                       GREEN          2
  197.     CYAN       3                       CYAN           3
  198.     RED        4                       RED            4
  199.     MAGENTA    5                       MAGENTA        5
  200.     BROWN      6                       BROWN          6
  201.     LIGHTGRAY  7                       LIGHTGRAY      7
  202.                                        DARKGRAY       8
  203.                                        LIGHTBLUE      9
  204.                                        LIGHTGREEN    10
  205.                                        LIGHTCYAN     11
  206.                                        LIGHTRED      12
  207.                                        LIGHTMAGENTA  13
  208.                                        YELLOW        14
  209.                                        WHITE         15
  210.  
  211.  
  212.   so to display LIGHTRED text on a BLUE background you would use
  213.   the following calclation:
  214.  
  215.   A  = 1 x 16  = 16
  216.  
  217.   B  = 12
  218.  
  219.   xx = 16 + 12 = 28
  220.  
  221.   TURBOTXT /A28 README.TXT
  222.  
  223.  
  224.  
  225. NOTES
  226.  
  227.   The code overhead is slightly more than 1k bytes. When this program
  228.   is executed, the displayed text can be scrolled with the cursor
  229.   keys. Direct screen writing is used so the display is extremely
  230.   fast. Snow supression will occur if a CGA monitor is detected.
  231.  
  232.   The text file must be less than 63k in size and any lines exceeding
  233.   the width of the screen will be truncated. It is possible for the
  234.   resultant COM program to be smaller than the original text file.
  235.   Most text files use a two byte sequence of a carriage return and
  236.   line feed (0Ch and 0Ah) to terminate each line. When the text is
  237.   converted the two bytes are replaced by a single null byte (00h).
  238.   Needless to say, the larger the text file the better the chance of a
  239.   size savings.
  240.  
  241.   If the output file is not specified README.COM will be used. If the
  242.   extension is omitted from the output filename, COM will be used.
  243.  
  244.   The following keys are available when the created program is
  245.   executed:
  246.  
  247.         Up Arrow        Scroll up one line
  248.         Down Arrow      Scroll down one line
  249.         Page Up         Scroll up one page
  250.         Page Down       Scroll down one page
  251.         Left Arrow      Scroll Left one character
  252.         Right Arrow     Scroll Right one character
  253.         Home            Go to start of text
  254.         End             Go to end of text
  255.         ESC             Exit program
  256.         Alt-X           Exit program
  257.  
  258.  
  259.   The .COM program produced automatically supports screen sizes other
  260.   than 80x25. As long as the proper screen values are in the BIOS data
  261.   area and the screen width is at least 80 columns and no greater than
  262.   255 columns it will work with the detected mode automatically.
  263.  
  264.  
  265. EXAMPLES
  266.  
  267.   TurboTxt help.txt help
  268.  
  269.   The text in HELP.TXT is used to create HELP.COM.
  270.  
  271.  
  272.  
  273. TECHNICAL SUPPORT
  274. _____________________________________________________________________
  275.  
  276.  
  277.   Often we get calls from people asking questions that can be
  278.   solved easily by checking through the manual before calling tech
  279.   support. We ask that you browse the manual and look for information
  280.   pertaining to your particular problem before calling. This can often
  281.   save you time, as we take a collection of our most common questions
  282.   and try to address them in this manual.
  283.  
  284.   We offer alternative methods besides the conventional phone
  285.   support, such as a multi-line 24-hour BBS system. We also monitor
  286.   most technical conferences in the BBS Interlink and RelayNet
  287.   networks as well as many conferences on the CompuServe
  288.   Information System. You may send messages and questions via any of
  289.   these services.
  290.  
  291.   Currently our Tech Support office is staffed Monday through Friday
  292.   from 9:00 a.m. to 5:00 p.m. Pacific Time. There is a chance,
  293.   however, that someone is in the office outside this time frame.
  294.   If so, we will gladly answer your questions outside the normal
  295.   business hours.  Registered users are given unlimited technical
  296.   support.
  297.  
  298.   Foley Hi-Tech Systems
  299.   Technical Support Department
  300.   185 Berry Street
  301.   San Francisco, CA  94107
  302.   (415) 882-1730
  303.   (415) 882-1733 FAX
  304.   (415) 882-1735 BBS
  305.   70262,1463 CompuServe
  306.  
  307.  
  308.  
  309. CREDITS
  310. _____________________________________________________________________
  311.  
  312.  
  313.   This collection of utilities started out as a small set of home
  314.   grown tools that I just could not stand to live without.  Many times
  315.   someone would see me using them and ask for a copy.  This was a big
  316.   mistake.  All of the sudden I had to debug my code.  Someone would
  317.   call me up and remind me of some problem with a utility that I had
  318.   written or asked me to just add this one little feature.  Six years
  319.   later the package has evolved to its current state.  Along the way I
  320.   have had the help of many people in testing and ideas for products.
  321.   I would like to thank all of those people who have of course
  322.   registered these utilities as this is now a new incentive for
  323.   continuing to expand them.  More specifically I'd like to thank the
  324.   following:
  325.  
  326.   Kathy Smith
  327.   Jay Wessel
  328.   Roger Cross
  329.   Brian & Tess for Channel 1
  330.   Paul Somerson & Bantam Books
  331.   PC Tech Journal (A Great Loss)
  332.   PC Magazine
  333.   Byte Magazine
  334.   Jerry Pournelle
  335.   Association of Shareware Professionals
  336.  
  337.  
  338.  
  339.  
  340. PROGRAMMING
  341.  
  342.   The ExtraDOS Toolbox utilties use a wide variety of programming
  343.   tools including:
  344.  
  345.   Borland Turbo Pascal 6.0
  346.   Borland Turbo Assembler 3.0
  347.   Borland Turbo C++ 1.0
  348.   Borland Turbo Debugger 2.0
  349.   Turbo Power Software Object Professional 1.0
  350.   Phil Katz' PKLite Professional 1.13
  351.   Unity Programmers Editor 3.33
  352.   Ralph Browns' Interrupt List
  353.  
  354.  
  355.   Programming by:
  356.  
  357.   Mike Blaszczak
  358.   David Foley
  359.   Joe Halpin
  360.   Bill McKee
  361.   Mike Molloy
  362.   Mike Viens
  363.   Ross Wentworth
  364.   Randall Woodman
  365.  
  366.  
  367. CREDITS
  368. _____________________________________________________________________
  369.  
  370.  
  371.  
  372. ART
  373.  
  374.   Artwork for the ExtraDOS Toolbox was created using:
  375.  
  376.   Ian Davis' TheDraw 4.01
  377.   Aldus Freehand 2.0
  378.   Electronic Arts Studio/8 2.0
  379.  
  380.  
  381.   Art by:
  382.  
  383.   David Foley
  384.   Noel Gamboa
  385.   Moses Gates
  386.   Shahasp Herardian
  387.   Pat McSween
  388.   Ross Wentworth
  389.  
  390.  
  391. DOCUMENTATION
  392.  
  393.   Documentation for the ExtraDOS Toolbox was written using:
  394.  
  395.   FHTS SuperEdit 3.04
  396.   Word Perfect 5.1
  397.   MS Word for Windows 2.0
  398.   Grammatik for Windows 1.0
  399.   Aldus Pagemaker 4.0
  400.   Unity Programmers Editor 3.33
  401.  
  402.  
  403.   Documentation by:
  404.  
  405.   Mike Blaszczak
  406.   David Foley
  407.   Mike Viens
  408.   Ross Wentworth
  409.  
  410.  
  411.   Printed Manuals by:
  412.  
  413.   BindCo, Brisbane, CA.
  414.  
  415.  
  416. LICENSE INFORMATION
  417.  
  418.   CHIMES, EVAL and RAMDRIVE are derivatives of the Nifty James
  419.   utilties by Mike Blaszczak.
  420.  
  421.   FILEATTR, NAMEDIR and SWAPFILE are derivatives of the Fantastic
  422.   Utilities by Mike Viens.
  423.  
  424.  
  425. FHTS Products
  426. _____________________________________________________________________
  427.  
  428.  
  429. Safety Disk (tm)
  430.  
  431.   Safety Disk saves all of your systems vital information and will
  432.   solve most problems due to:  Loss of battery power, Loss of CMOS
  433.   information, accidental deletion of boot files, virus damage to boot
  434.   disk.
  435.  
  436.  
  437.   "Use Safety Disk and your PC is Safe.", Computer Shopper, March 1992
  438.  
  439.   "Used in Conjuntion with a conventional backup utility, Safety Disk,
  440.    for $59.95 will provide as bulletproof a backup as you're likely to
  441.    find in the PC marketplace.", InfoWorld, February 10, 1992
  442.  
  443.   "Safety Disk is so deceptively easy to use that it makes hard-drive
  444.    and computer maintenance seem impossibly easy.", PCM Magazine, May
  445.    1992
  446.  
  447.   "I have discovered the most unique and useful system maintenance
  448.    utility since Spinrite came along.", MBUG PC Newsletter, December,
  449.    1991
  450.  
  451.  
  452. ExtraDOS Toolbox (tm)
  453.  
  454.   A large collection of over 50 utilities that DOS forgot. Includes
  455.   many helpful utilities that enhance MS-DOS machines. Featured in the
  456.   DOS Power Tools, 2nd Edition, Revised for DOS 5.0 book by Bantam
  457.   Books.
  458.  
  459.  
  460. WizLabel (tm)
  461.  
  462.   Print Sharp Wizard phone listings directly to your SLP Printer
  463.   without having to convert your data.
  464.  
  465.  
  466. Coach Database System■.
  467.  
  468.   CDBS provides a method for tracking and evaluating NBA teams, NBA
  469.   players, and college players. It supplies a comprehensive report
  470.   generator for building decision support reports on scouted players.
  471.  
  472.  
  473. FHTS Products
  474. _____________________________________________________________________
  475.  
  476.  
  477.  
  478. Press Gate Manager■.
  479.  
  480.   Software for event organizers. Creates and maintains a database of
  481.   events and guests with the ability to track seating by type,
  482.   location, and person. Produces seating charts and labels for press
  483.   passes.
  484.  
  485.  
  486. FINDB■.
  487.  
  488.   Financial Database System for tracking shareholders in a company.
  489.   Allows the instant retrieval of information based on any part of a
  490.   persons account id, ss#, zip code etc.  Has support for completely
  491.   customized HP Laserjet tax forms.  Ideal for generating K1 tax
  492.   reports for limited partnerships.
  493.  
  494.  
  495.  
  496. EXTRADOS TOOLBOX UPCOMING ADDITIONS
  497. _____________________________________________________________________
  498.  
  499.  
  500. We are constantly adding new utilities to the ExtraDOS Toolbox
  501. collection.  Some are developments of ideas from our customers.  If
  502. you know of a utility that you would find handy or updates to
  503. existing utilities please let us know about them.
  504.  
  505.  
  506. BATPLUS     Collection of enhancements for DOS Batch files.  BATPLUS
  507.             enhancements will also be supported by TurboBAT.
  508.  
  509. BOOTLOCK    Updates to BootLock to make it a Device Driver or TSR.
  510.  
  511. BOOTMGR     Boot Manager will allow you to choose from many different
  512.             boot up configurations by displaying a menu of choices
  513.             at boot time.  Each configuration can have a seperate
  514.             AUTOEXEC.BAT and CONFIG.SYS associated with it.
  515.  
  516. DIALIT      Small TSR that allows you to pop up over any text screen
  517.             and capture a phone number and then dialing with your
  518.             modem.
  519.  
  520. DIFF        Full screen file comparison utility.  Will display the
  521.             differences between two different files.
  522.  
  523. DIRSORT     Sort directories by Name, Extension, Date, Time or Size.
  524.  
  525. DISKTEST    Command line utility to perform testing functions on disk
  526.             drives looking for bad sectors or clusters.
  527.  
  528. EMSX86      EMS 4.0 Memory Manager that converts Extended Memory into
  529.             LIM EMS 4.0 Expanded memory.
  530.  
  531. FKEYSET     Allows you to assign customized values for all the function
  532.             keys.
  533.  
  534. KBDMGR      Keyboard Manager allows you to customize the repeat rate
  535.             of keys as well as expanding the typeahead buffer.  Also
  536.             features custom key clicking options.
  537.  
  538. LQPRINT     Allows 9 pin dot matrix printers to print near letter
  539.             quality output by converting text into high resolution
  540.             graphics.
  541.  
  542. NBSTIME     Will set your PC clock to National Atomic Clock time by
  543.             calling NBS with your modem.
  544.  
  545. PRMPTMGR    Prompt Manager gives you access to a library of DOS prompts
  546.             and allows you to create your own DOS prompts.
  547.  
  548. PRINTCTL    Print Controller is a multiple printer spool and configuration
  549.             utility.  Supports EMS or DISK spooling and up to three
  550.             printer ports.
  551.  
  552.  
  553. EXTRADOS TOOLBOX UPCOMING ADDITIONS
  554. _____________________________________________________________________
  555.  
  556.  
  557. SORT        Advanced SORT utilty for DOS.  Features many enhancements o
  558.             over the DOS version.
  559.  
  560. SPEEDFL     Increase access to some floppy disk drives.
  561.  
  562. SPLITFL     Split files into multiples for modem or diskette transfers.
  563.  
  564. STOPWTCH    Stop Watch allows you to time programs at the DOS prompt.
  565.  
  566. SWAPFILE    Swap to file names with the associated files.
  567.  
  568. XCD         Smart CHDIR command.  Will accept partial names.
  569.  
  570. XDEL        Advanced delete command.  Allows many options and exclusions.
  571.  
  572. XDIR        Updated DIR command with sort options.
  573.  
  574. ZIPCODE     TSR to allow the searching of US Postal Zip Code Database.
  575.  
  576.  
  577.  
  578.  
  579.   The latest versions of the ExtraDOS Toolbox utilities can be found on:
  580.  
  581.   FHTS PC GURU III BBS, San Francisco, CA  (415) 882-1735
  582.  
  583.   CHANNEL 1 BBS, Cambridge, MA             (617) 354-8873
  584.  
  585.   COMPUSERVE INFORMATION SERVICE           See CIS Listings
  586.  
  587.