home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDWARE / MAP51.ZIP / MAPDOC.COM (.txt) < prev   
Encoding:
Graham's TXT2COM  |  1991-03-03  |  12.0 KB  |  195 lines

  1. Version 5.1            MAP.EXE (By: Stephen Militscher)            Pg. 1 of 3
  2. ===========     Another Shareware Product of Mini-Tech Systems
  3.  
  4. REQUIREMENTS: MS-DOS Ver 3.x or higher (not OS/2 tested).
  5.   ** NOTE **  MS-DOS SUBST.xxx must be specified in environment's path.
  6.               See your DOS manual for instructions on the PATH command.
  7.   ** NOTE **  Lastdrive=Z command must also be in your CONFIG.SYS file.
  8.  
  9. WARNING:      This Program is not for use on Network Drives.
  10.               This Program will Directly conflict with Network routines
  11.               provided by Network Operating Systems.  Do not use it on
  12.               Novell, or 3Com, etc. they provide you with means of this
  13.               programs functions anyhow.
  14.               For Novell Networks, we at Mini-Tech have written NMAP.
  15.               It provides you with the Novell MAP functions and also
  16.               provides all of the system info of Mini-Tech's MAP.
  17.               Please write us for info.
  18.  
  19. SYNTAX:       MAP [enter] (Will Display Current DOS Environment Settings)
  20.                           (and Logical Drives Currently Assigned)
  21.               MAP Z: C:\DATA  (Will map the Directory C:\DATA to Drive Z:)
  22.                               (Display Environment & Drive Assignments)
  23.               MAP Z: /Delete (Will Unmap a drive) (Some PC's Allow /D only)
  24.                              (You Must Unmap before re-mapping)
  25.               MAP /H or MAP /Help or MAP ? (POPUP-ONLINE HELP)
  26.  
  27.               MAP /L (will Create Logical Drives From List in \MAP.CTL)
  28.  
  29.               MAP /P (will Echo the programs display to the DEFAULT printer)
  30.  
  31.  
  32. \MAP.CTL      This control file will allow you to create all of your
  33.               drive assignments at once.  It must be in the root directory
  34.               of the current drive in order to be found by MAP.
  35.  
  36.               A good time to use this is to call MAP /L in your autoexec.bat
  37.               to set up all of you logical drives in one shot.  REMEMBER...
  38.               call map AFTER you set up you DOS PATH.. so it can find SUBST.exe
  39.               and the like..., you can then do another path statement..
  40.               this time using DRIVE LETTERS instead of \long\directories.
  41.  
  42. AUTOEXEC.BAT  echo off
  43. S             cls
  44. A             prompt $p$g
  45. M             Path=c:\dos
  46. P             map /L
  47. L             Path=c:\;f:\;g:\;h:\;i:\
  48. E             echo Autoexec.bat file executed ok!
  49.  
  50. MAKE MAP.CTL  with any text editor, create an ascii file called map.ctl
  51.               Each line represents a new drive assignment... See the enclosed
  52.               MAP.CTL for an example.
  53.  
  54. USES:         This program is also useful in analyzing the current DOS
  55.               environment settings or keeping a long path such as
  56.               C:\Directory\Subdir1\Subdir2 at easy access.  Simply make that
  57.               path map to a logical drive and all subsequent calls to that
  58.               drive will access those files.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. Version 5.1            MAP.EXE (By: Stephen Militscher)            Pg. 2 of 3
  68. ===========     Another Shareware Product of Mini-Tech Systems
  69.  
  70. ALSO:         Information on:
  71.               Dos Version:
  72.               Current System Date:
  73.               System Type:  CPU and Class (ie. XT, AT, etc.)
  74.               Bios:         Bios ROM Chip Date
  75.  
  76. {only if it}  Memory: DOS reported Main Memory in Kbytes.
  77. {is 100%   }          Extended Memory in Kbytes.
  78. {Compatible}          LIMM Memory in Pages.
  79. {Machine   }      *   LIMM Memory (Available) Free Pages (if Installed).
  80.  
  81.               Ports:  Number of Parallel, Serial, and Game (joystick) ports
  82.                       that are currently installed.
  83.               Mouse:  If Mouse Driver Installed, displays Number of Buttons
  84.                       available on mouse... If not installed this option
  85.                       will not appear on display.
  86.  
  87.  
  88.               Disk:   Default Drive.
  89.                       Total Disk Space (Capacity) in Bytes.
  90.                       Used Disk Space in Bytes and (percent used).
  91.                       Free Space in Bytes and (percent free).
  92.                       Formatted Cluster Size in Bytes per Cluster.
  93.  
  94. NOTES:        This program was written and compiled with Microsoft's
  95.               Quickbasic Compiler.  It uses Basic's SHELL command to call the
  96.               DOS SUBST command and pass the desired parameters to it.
  97.               This program doesn't do anything functionally that you couldn't
  98.               accomplish yourself with some DOS commands and a small
  99.               collection of PC Utilities but it does however,
  100.               make it more appealing and useful to have the current drive
  101.               mappings created/displayed as well as the environment settings
  102.               displayed for you and all other info displayed in one clean
  103.               command.
  104.  
  105. LIMITATIONS:  Due to lack of Screen Space, A limited number of ENVIRONMENT
  106.               SETTINGS and LOGICAL DRIVES can be displayed. The Combined Total
  107.               of entries (ENVIRONMENT + DRIVES) should not Exceed 20 or the
  108.               screen display will start to scroll.
  109.  
  110.               ALSO: if you have Environment strings that are Longer than 30
  111.               Characters or so, They will overwrite other screen displays
  112.               or not appear because overwritten by screen displays.
  113.               SOLUTION: Place them into the environment in a order that will
  114.               fit the screen display.
  115.               MAP displays them in the order that they were placed into the
  116.               system, so just change the order that you invoke them.
  117.  
  118.               ie, PROMPT, PATH, SET
  119.                       or             ----->>>>  Both Accomplish Same Thing!
  120.                   PATH, PROMPT, SET
  121.  
  122. TECH NOTE:    Systems that are not 100% compatible ie, Some models of
  123.               AT&T PC6300, and others-  Extended and Expanded Memory info
  124.               routine is bypassed and will not be displayed for your machine.
  125.               You can blame whomever told you to by one of these lousy PC's
  126.               in the first place!!!!
  127.  
  128. FOR YOU:      who are not familiar with the PATH, CONFIG.SYS, SUBST, and SET
  129.               commands... I urge you to READ YOUR DOS MANUAL.  These and other
  130.               'hidden powers of DOS' are really fantastic!  Take advantage of
  131.               the 'most criticized', yet commonly stated 'best' operating
  132.               system in the world...MS-DOS.  You will be happily surprised.
  133. Version 5.1            MAP.EXE (By: Stephen Militscher)            Pg. 3 of 3
  134. ===========     Another Shareware Product of Mini-Tech Systems
  135.  
  136. WHAT'S NEW:   Version 5.1 has addressed some of the inner workings of MAP.
  137.               Previous versions could not support Large Hard Disk Volumes
  138.               because of a BUG?? in the Programmers Library that we used for
  139.               MAP.  Upon receiving a new version of the Library, we have now
  140.               done the needed patchwork.  Disk Volumes as Large as 9 Gigabytes
  141.               can now be handled!  Also, the library now gives us some
  142.               Cleaner ways to handle CPU types, Video Detection, and Memory.
  143.               Map is now Faster and More Powerful Than Ever!!
  144.  
  145.  
  146. WARRANTY/ETC: Please note that Microsoft, Novell, 3Com, Alloy NTNX, MS-DOS and
  147.               it's associated programs, NETBIOS, and OS/2, are all copyrighted
  148.               or are registered trademarks of their respective authors/owners.
  149.               PBCLONE.LIB is Copyrighted by: Thomas Hanlin III.
  150.               MAP.EXE is Copyrighted by Mini-Tech Systems, however it is
  151.               declared 'User Support' software by it's author.  Mini-Tech
  152.               Systems is not responsible for any damages of any kind, nor does
  153.               it Warranty this software in any way...  Use of this software is
  154.               entirely at your own risk!  Use of this program acknowledges
  155.               agreement of these terms.
  156.  
  157. PAYMENTS:     Should be made if you use this program.  To Register MAP Send
  158.               $15.00 - we will provide you with free support.
  159.               Also, discount upgrades and new product information.
  160.  
  161.               If you are already a registered MAP user.. The Upgrade fee
  162.               is only $5.00 and will keep you on our support list and again
  163.               will have you kept up to date with the latest versions.
  164.  
  165.               Help keep the Shareware Domain alive.
  166.               If you don't use it, pass it on to a friend or BBS
  167.               who may like it....and don't pay for it.... fair is fair.
  168.  
  169.               Mini-Tech Systems
  170.               The Orchard #112J
  171.               Cranbury, N.J. 08512
  172.  
  173.  
  174. GET INVOLVED: Map doesn't do all you'd like???  Is there some other kind of
  175.               utility that your aching to see???  Let us know... we welcome
  176.               the dialog!
  177.  
  178. AVAILABLE:
  179.               MSGSEND.ZIP (or ARC depending on BBS Policy) *WORKING DEMO
  180.               For Novell Network Users.  This Utility Enables you
  181.               to Send Messages from Station to Station...
  182.               WITHOUT LEAVING or DIGGING through Menus.
  183.               Also:
  184.               provides you with a USERLIST of available people
  185.               on the Network for you to Route your Message to
  186.               (a feature/option Not Given By Novell's SEND routine)
  187.               NOTE: This Version is a WORKING DEMO of the Software...
  188.                     It Functions Fully but has a REAL ANNOYING OPENING
  189.                     SCREEN stating that it's a Demo Version and not to be
  190.                     used for other than Evaluation.  Registration provides
  191.                     you with a Serialized Licensed Product, No Annoying
  192.                     Screen, and with Free Upgrades and User Support.
  193.                     This Program is a MUST for any Novell users who Send
  194.                     Messages or would with a great program like this!
  195. ==============================================================================