home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / dos_util / no401.zip / NO.MAN < prev    next >
Text File  |  1993-10-13  |  16KB  |  507 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. ExtraDOS Toolbox (tm)
  10. _______________________________________
  11.  
  12. NO 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. NO - DOS File Exclusion Utility
  138. _____________________________________________________________________
  139.  
  140.  
  141. DESCRIPTION
  142.  
  143.   NO is a utility that gives many DOS commands and external utilities
  144.   the ability to exclude certain groups of files from the effects of
  145.   the program called.
  146.  
  147.  
  148. VERSION
  149.  
  150.   4.01  10/13/93
  151.  
  152.  
  153. COMMAND FORMAT
  154.  
  155.   NO [filespec] [command parameters]
  156.  
  157.   filespec    is any valid DOS file specification including wildcards
  158.  
  159.   command     is any DOS command, or external program
  160.  
  161.   parameters  normal parameters passed to the command or program
  162.  
  163.  
  164. NOTES
  165.  
  166.   NO hides files in the current directory from most programs and
  167.   utilities by putting the HIDDEN file attribute on.  It then calls
  168.   the command or program with the specified parameters.  Once the
  169.   command is complete, NO will remove the HIDDEN file attribute from
  170.   the specified files.
  171.  
  172.   NO is very useful when using commands such as DEL *.* when you want
  173.   the action to take effect on all but a certain group of files.
  174.  
  175.   NO is recursive which means you can stack groups of excluded files
  176.   together by stacking NO commands.
  177.  
  178.  
  179. EXAMPLES
  180.  
  181.   NO *.EXE DIR
  182.  
  183.   will display all files in the current directory with the exception
  184.   of files ending in .EXE
  185.  
  186.  
  187.   NO FILE.* DEL *.*
  188.  
  189.   will delete all files in the current directory except those
  190.   beginning named FILE with any extension
  191.  
  192.  
  193.   NO *.EXE NO *.COM DEL *.*
  194.  
  195.   will delete all files in the current directory except .EXE and .COM
  196.   files
  197.  
  198. TECHNICAL SUPPORT
  199. _____________________________________________________________________
  200.  
  201.  
  202.   Often we get calls from people asking questions that can be
  203.   solved easily by checking through the manual before calling tech
  204.   support. We ask that you browse the manual and look for information
  205.   pertaining to your particular problem before calling. This can often
  206.   save you time, as we take a collection of our most common questions
  207.   and try to address them in this manual.
  208.  
  209.   We offer alternative methods besides the conventional phone
  210.   support, such as a multi-line 24-hour BBS system. We also monitor
  211.   most technical conferences in the BBS Interlink and RelayNet
  212.   networks as well as many conferences on the CompuServe
  213.   Information System. You may send messages and questions via any of
  214.   these services.
  215.  
  216.   Currently our Tech Support office is staffed Monday through Friday
  217.   from 9:00 a.m. to 5:00 p.m. Pacific Time. There is a chance,
  218.   however, that someone is in the office outside this time frame.
  219.   If so, we will gladly answer your questions outside the normal
  220.   business hours.  Registered users are given unlimited technical
  221.   support.
  222.  
  223.   Foley Hi-Tech Systems
  224.   Technical Support Department
  225.   185 Berry Street
  226.   San Francisco, CA  94107
  227.   (415) 882-1730
  228.   (415) 882-1733 FAX
  229.   (415) 882-1735 BBS
  230.   PCVENB CONF. 13 CompuServe
  231.  
  232.  
  233.  
  234. CREDITS
  235. _____________________________________________________________________
  236.  
  237.  
  238.   This collection of utilities started out as a small set of home
  239.   grown tools that I just could not stand to live without.  Many times
  240.   someone would see me using them and ask for a copy.  This was a big
  241.   mistake.  All of the sudden I had to debug my code.  Someone would
  242.   call me up and remind me of some problem with a utility that I had
  243.   written or asked me to just add this one little feature.  Six years
  244.   later the package has evolved to its current state.  Along the way I
  245.   have had the help of many people in testing and ideas for products.
  246.   I would like to thank all of those people who have of course
  247.   registered these utilities as this is now a new incentive for
  248.   continuing to expand them.  More specifically I'd like to thank the
  249.   following:
  250.  
  251.   Kathy Smith
  252.   Jay Wessel
  253.   Roger Cross
  254.   Brian & Tess for Channel 1
  255.   Paul Somerson & Bantam Books
  256.   PC Tech Journal (A Great Loss)
  257.   PC Magazine
  258.   Byte Magazine
  259.   Jerry Pournelle
  260.   Association of Shareware Professionals
  261.  
  262.  
  263.  
  264.  
  265. PROGRAMMING
  266.  
  267.   The ExtraDOS Toolbox utilties use a wide variety of programming
  268.   tools including:
  269.  
  270.   Borland Turbo Pascal 7.0
  271.   Borland Turbo Assembler 3.0
  272.   Borland Turbo C++ 1.0
  273.   Borland Turbo Debugger 2.0
  274.   Turbo Power Software Object Professional 1.0
  275.   Phil Katz' PKLite Professional 1.13
  276.   Unity Programmers Editor 3.33
  277.   Ralph Browns' Interrupt List
  278.  
  279.  
  280.   Programming by:
  281.  
  282.   Mike Blaszczak
  283.   David Foley
  284.   Joe Halpin
  285.   Bill McKee
  286.   Mike Molloy
  287.   Mike Viens
  288.   Ross Wentworth
  289.   Randall Woodman
  290.  
  291.  
  292. CREDITS
  293. _____________________________________________________________________
  294.  
  295.  
  296.  
  297. ART
  298.  
  299.   Artwork for the ExtraDOS Toolbox was created using:
  300.  
  301.   Ian Davis' TheDraw 4.01
  302.   Aldus Freehand 2.0
  303.   Electronic Arts Studio/8 2.0
  304.  
  305.  
  306.   Art by:
  307.  
  308.   David Foley
  309.   Noel Gamboa
  310.   Moses Gates
  311.   Shahasp Herardian
  312.   Pat McSween
  313.   Ross Wentworth
  314.  
  315.  
  316. DOCUMENTATION
  317.  
  318.   Documentation for the ExtraDOS Toolbox was written using:
  319.  
  320.   FHTS SuperEdit 3.04
  321.   Word Perfect 5.1
  322.   MS Word for Windows 2.0
  323.   Grammatik for Windows 1.0
  324.   Aldus Pagemaker 4.0
  325.   Unity Programmers Editor 3.33
  326.  
  327.  
  328.   Documentation by:
  329.  
  330.   Mike Blaszczak
  331.   David Foley
  332.   Mike Viens
  333.   Ross Wentworth
  334.  
  335.  
  336.   Printed Manuals by:
  337.  
  338.   BindCo, Brisbane, CA.
  339.  
  340.  
  341. LICENSE INFORMATION
  342.  
  343.   CHIMES, EVAL and RAMDRIVE are derivatives of the Nifty James
  344.   utilties by Mike Blaszczak.
  345.  
  346.   FILEATTR, NAMEDIR and SWAPFILE are derivatives of the Fantastic
  347.   Utilities by Mike Viens.
  348.  
  349.  
  350.  
  351. FHTS Products
  352. _____________________________________________________________________
  353.  
  354.  
  355. Safety Disk (tm)
  356.  
  357.   Safety Disk saves all of your systems vital information and will
  358.   solve most problems due to:  Loss of battery power, Loss of CMOS
  359.   information, accidental deletion of boot files, virus damage to boot
  360.   disk.
  361.  
  362.  
  363.   "Use Safety Disk and your PC is Safe.", Computer Shopper, March 1992
  364.  
  365.   "Used in Conjuntion with a conventional backup utility, Safety Disk,
  366.    for $59.95 will provide as bulletproof a backup as you're likely to
  367.    find in the PC marketplace.", InfoWorld, February 10, 1992
  368.  
  369.   "Safety Disk is so deceptively easy to use that it makes hard-drive
  370.    and computer maintenance seem impossibly easy.", PCM Magazine, May
  371.    1992
  372.  
  373.   "I have discovered the most unique and useful system maintenance
  374.    utility since Spinrite came along.", MBUG PC Newsletter, December,
  375.    1991
  376.  
  377.  
  378. ExtraDOS Toolbox (tm)
  379.  
  380.   A large collection of over 50 utilities that DOS forgot. Includes
  381.   many helpful utilities that enhance MS-DOS machines. Featured in the
  382.   DOS Power Tools, 2nd Edition, Revised for DOS 5.0 book by Bantam
  383.   Books.
  384.  
  385.  
  386. WizLabel (tm)
  387.  
  388.   Print Sharp Wizard phone listings directly to your SLP Printer
  389.   without having to convert your data.
  390.  
  391.  
  392. Coach Database System■.
  393.  
  394.   CDBS provides a method for tracking and evaluating NBA teams, NBA
  395.   players, and college players. It supplies a comprehensive report
  396.   generator for building decision support reports on scouted players.
  397.  
  398.  
  399. FHTS Products
  400. _____________________________________________________________________
  401.  
  402.  
  403.  
  404. Press Gate Manager■.
  405.  
  406.   Software for event organizers. Creates and maintains a database of
  407.   events and guests with the ability to track seating by type,
  408.   location, and person. Produces seating charts and labels for press
  409.   passes.
  410.  
  411.  
  412. FINDB■.
  413.  
  414.   Financial Database System for tracking shareholders in a company.
  415.   Allows the instant retrieval of information based on any part of a
  416.   persons account id, ss#, zip code etc.  Has support for completely
  417.   customized HP Laserjet tax forms.  Ideal for generating K1 tax
  418.   reports for limited partnerships.
  419.  
  420.  
  421.  
  422. EXTRADOS TOOLBOX UPCOMING ADDITIONS
  423. _____________________________________________________________________
  424.  
  425.  
  426. We are constantly adding new utilities to the ExtraDOS Toolbox
  427. collection.  Some are developments of ideas from our customers.  If
  428. you know of a utility that you would find handy or updates to
  429. existing utilities please let us know about them.
  430.  
  431.  
  432. BATPLUS     Collection of enhancements for DOS Batch files.  BATPLUS
  433.             enhancements will also be supported by TurboBAT.
  434.  
  435. BOOTMGR     Boot Manager will allow you to choose from many different
  436.             boot up configurations by displaying a menu of choices
  437.             at boot time.  Each configuration can have a seperate
  438.             AUTOEXEC.BAT and CONFIG.SYS associated with it.
  439.  
  440. DIALIT      Small TSR that allows you to pop up over any text screen
  441.             and capture a phone number and then dialing with your
  442.             modem.
  443.  
  444. DIFF        Full screen file comparison utility.  Will display the
  445.             differences between two different files.
  446.  
  447. DIRSORT     Sort directories by Name, Extension, Date, Time or Size.
  448.  
  449. DISKTEST    Command line utility to perform testing functions on disk
  450.             drives looking for bad sectors or clusters.
  451.  
  452. EMSX86      EMS 4.0 Memory Manager that converts Extended Memory into
  453.             LIM EMS 4.0 Expanded memory.
  454.  
  455. FKEYSET     Allows you to assign customized values for all the function
  456.             keys.
  457.  
  458. LQPRINT     Allows 9 pin dot matrix printers to print near letter
  459.             quality output by converting text into high resolution
  460.             graphics.
  461.  
  462. NBSTIME     Will set your PC clock to National Atomic Clock time by
  463.             calling NBS with your modem.
  464.  
  465. PRMPTMGR    Prompt Manager gives you access to a library of DOS prompts
  466.             and allows you to create your own DOS prompts.
  467.  
  468. PRINTCTL    Print Controller is a multiple printer spool and configuration
  469.             utility.  Supports EMS or DISK spooling and up to three
  470.             printer ports.
  471.  
  472.  
  473. EXTRADOS TOOLBOX UPCOMING ADDITIONS
  474. _____________________________________________________________________
  475.  
  476.  
  477. SORT        Advanced SORT utilty for DOS.  Features many enhancements o
  478.             over the DOS version.
  479.  
  480. SPEEDFL     Increase access to some floppy disk drives.
  481.  
  482. SPLITFL     Split files into multiples for modem or diskette transfers.
  483.  
  484. STOPWTCH    Stop Watch allows you to time programs at the DOS prompt.
  485.  
  486. SWAPFILE    Swap to file names with the associated files.
  487.  
  488. XCD         Smart CHDIR command.  Will accept partial names.
  489.  
  490. XDEL        Advanced delete command.  Allows many options and exclusions.
  491.  
  492. XDIR        Updated DIR command with sort options.
  493.  
  494. ZIPCODE     TSR to allow the searching of US Postal Zip Code Database.
  495.  
  496.  
  497.  
  498.  
  499.   The latest versions of the ExtraDOS Toolbox utilities can be found on:
  500.  
  501.   FHTS PC GURU III BBS, San Francisco, CA  (415) 882-1735
  502.  
  503.   CHANNEL 1 BBS, Cambridge, MA             (617) 354-8873
  504.  
  505.   COMPUSERVE INFORMATION SERVICE           PCVENB CONF. 13
  506.  
  507.