home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDWARE / MAP3.ZIP / MAPDOC.COM (.txt) < prev    next >
Encoding:
Graham's TXT2COM  |  1990-04-01  |  11.2 KB  |  179 lines

  1. Version 3.0            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 Networks using NETBIOS.
  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 phone or 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.CTL      This control file will allow you to create all of your
  30.               drive assignments at once.  It must be in the root directory
  31.               of the current drive in order to be found by MAP.
  32.  
  33.               A good time to use this is to call MAP /L in your autoexec.bat
  34.               to set up all of you logical drives in one shot.  REMEMBER...
  35.               call map AFTER you set up you DOS PATH.. so it can find SUBST.exe
  36.               and the like..., you can then do another path statement..
  37.               this time using DRIVE LETTERS instead of \long\diretories.
  38.  
  39. AUTOEXEC.BAT  echo off
  40. S             cls
  41. A             prompt $p$g
  42. M             Path=c:\dos
  43. P             map /L
  44. L             Path=c:\;f:\;g:\;h:\;i:\
  45. E             echo Autoexec.bat file executed ok!
  46.  
  47. MAKE MAP.CTL  with any text editor, create an ascii file called map.ctl
  48.               Each line represents a new drive assignment... See the enclosed
  49.               MAP.CTL for an example.
  50.  
  51. USES:         This program is also useful in analyzing the current DOS
  52.               environment settings or keeping a long path such as
  53.               C:\Directory\Subdir1\Subdir2 at easy access.  Simply make that
  54.               path map to a logical drive and all subsequent calls to that
  55.               drive will access those files.
  56.  
  57. ALSO:         Information on:
  58.               Dos Version:
  59.               Current System Date:
  60.               System Type:  PC, PCjr, PC/XT, and AT or Better Class
  61.               Bios:         Bios Date
  62. {only if it}  Memory: Dos reported memory in Kbytes.
  63. {is 100%   }          Extended Memory in Kbytes.
  64. {Compatible}          Expanded Memory in Pages.
  65. {Machine   }      *   Expanded Memory (Available) Free Pages (if Installed).
  66.  
  67. Version 3.0            MAP.EXE (By: Stephen Militscher)            Pg. 2 of 3
  68. ===========     Another Shareware Product of Mini-Tech Systems
  69.  
  70.               Ports:  Number of Parallel, Serial, and Game (joystick) ports
  71.                       that are currently installed.
  72.               Mouse:  If Mouse Driver Installed, displays Number of Buttons
  73.                       available on mouse... If not installed this option
  74.                       will not appear on display.
  75.  
  76.  
  77.               Disk:   Default Drive.
  78.                       Total Disk Space (Capacity) in Bytes.
  79.                       Used Disk Space in Bytes and (percent used).
  80.                       Free Space in Bytes and (percent free).
  81.                       Formatted Cluster Size in Bytes per Cluster.
  82.  
  83. NOTES:        This program was written and compiled with Microsoft's
  84.               Quickbasic Compiler.  It uses Basic's SHELL command to call the
  85.               DOS SUBST command and pass the desired parameters to it.
  86.               This program doesn't do anything functionally that you couldn't
  87.               accomplish yourself with some DOS commands but it does however,
  88.               make it more appealing and useful to have the current drive
  89.               mappings and environment settings displayed for you and all
  90.               other info display in one clean command.
  91.  
  92. LIMITATIONS:  Due to lack of Screen Space, A limited number of ENVIRONMENT
  93.               SETTINGS and LOGICAL DRIVES can be displayed. The Combined Total
  94.               of entries (ENVIRONMENT + DRIVES) should not Exceed 20 or the
  95.               screen display will start to scroll.
  96.  
  97.               ALSO: if you have Environment strings that are Longer than 30
  98.               Characters or so, They will overwrite other screen displays
  99.               or not appear because overwritten by screen displays.
  100.               SOLUTION: Place them into the environment in a order that will
  101.               fit the screen display.
  102.               MAP displays them in the order that they were placed into the
  103.               system, so just change the order that you invoke them.
  104.  
  105.               ie, PROMPT, PATH, SET
  106.                       or             ----->>>>  Both Accomplish Same Thing!
  107.                   PATH, PROMPT, SET
  108.  
  109. TECH NOTE:    Systems that are not 100% compatible ie, Some models of
  110.               AT&T PC6300, and others-  Extended and Expanded Memory info
  111.               routine is bypassed and will not be displayed for your machine.
  112.               You can blame whomever told you to by one of these lousy PC's
  113.               in the first place!!!!
  114.  
  115. FOR YOU:      who are not familiar with the PATH, CONFIG.SYS, SUBST, and SET
  116.               commands... I urge you to READ YOUR DOS MANUAL.  These and other
  117.               'hidden powers of DOS' are really fantastic!  Take advantage of
  118.               the 'most criticized', yet commonly stated 'best' operating
  119.               system in the world...MS-DOS.  You will be happily surprised.
  120.  
  121. WARRANTY/ETC: Please note that Microsoft, Novell, 3Com, Alloy NTNX, MS-DOS and
  122.               it's associated programs, NETBIOS, and OS/2, are all copyrighted
  123.               or are registered trademarks of their respective authors/owners.
  124.               ADVBAS.LIB is Copyrighted by: Thomas Hanlin III.
  125.               MAP.EXE is Copyrighted by Mini-Tech Systems, however it is
  126.               declared 'User Support' software by it's author.  Mini-Tech
  127.               Systems is not responsible for any damages of any kind, nor does
  128.               it Warranty this software in any way...  Use of this software is
  129.               entirely at your own risk!  Use of this program acknowledges
  130.               agreement of these terms.
  131.  
  132.  
  133. Version 3.0            MAP.EXE (By: Stephen Militscher)            Pg. 3 of 3
  134. ===========     Another Shareware Product of Mini-Tech Systems
  135.  
  136. PAYMENTS:     Should be made if you use this program.  To Register MAP Send
  137.               $20.00 - we will provide you with free phone support.
  138.               Also upgrade and new product information.
  139.  
  140.               Help keep the Shareware Domain alive.
  141.               If you don't use it, pass it on to a friend or BBS
  142.               who may like it....and don't pay for it.... fair is fair.
  143.  
  144.               Mini-Tech Systems
  145.               The Orchard #112J       or  Phone (609) 426-0522
  146.               Cranbury, N.J. 08512
  147.  
  148.  
  149. ALSO AVAILABLE:
  150.               PPURGE.ZIP (or ARC depending on BBS Policy)  *SHAREWARE
  151.               A Text File Print with Option to Purge Utility.
  152.               Gives File and Disk Info as well.
  153.  
  154.               MSGSEND.ZIP (or ARC depending on BBS Policy) *WORKING DEMO
  155.               For Novell Network Users.  This Utility Enables you
  156.               to Send Messages from Station to Station...
  157.               WITHOUT LEAVING or DIGGING through Menus.
  158.               Also:
  159.               provides you with a USERLIST of available people
  160.               on the Network for you to Route your Message to
  161.               (a feature/option Not Given By Novell's SEND routine)
  162.               NOTE: This Version is a WORKING DEMO of the Software...
  163.                     It Functions Fully but has a REAL ANNOYING OPENING
  164.                     SCREEN stating that it's a Demo Version and not to be
  165.                     used for other than Evaluation.  Registration provides
  166.                     you with a Serialized Licensed Product, No Annoying
  167.                     Screen, and Upgrade and User Support.
  168.                     This Program is a MUST for any Novell users who Send
  169.                     Messages or would with a great program like this!
  170.  
  171.               DRIVE.ZIP
  172.               Disk Info Utility with Usage Graph
  173.  
  174.  
  175.               Until Next time... Be well!
  176.  
  177. ==============================================================================
  178.  
  179.