home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / MISC / XPATH37.ZIP / README.XP next >
Encoding:
Text File  |  1991-07-16  |  15.9 KB  |  460 lines

  1.  
  2.  
  3.  
  4.  
  5.         Apologies for the shareware pause that comes up every time you 
  6.         execute XPATH.  The screen displayed is there because XPATH.EXE gets
  7.         distributed to other bulliten boards without the accompaning
  8.         README.XP file that has the order form in it.  Thus, the shareware
  9.         screen provides a method for people to order the product.  The screen
  10.         does not appear in the registered version of the program.
  11.  
  12.  
  13.                              XPATH Version 3.7
  14.                              -----------------
  15.  
  16.          Have you ever tried to set your path longer than  127 characters? 
  17.          Without XPATH, or a similar product, it just can't be done.  The
  18.          reason is that you cannot type more than 128 characters at the
  19.          prompt.  Even if you create a BAT file where you can type more than
  20.          128 characters on a line, you cannot set your path past 127
  21.          characters because the command interpreter will not read past the
  22.          128th column of you BAT file.  
  23.  
  24.          This problem is solved when you use XPATH.  With XPATH, you create
  25.          a file that contains 1 line for each directory you want in your
  26.          path.  You then simply execute XPATH, specifying the file that
  27.          contains the directories you want in your path.
  28.  
  29.          For example, say you want your path to look like this:
  30.  
  31.          c:\;c:\dos;c:\util;c:\util\rexx20\pgms;c:\windows;c:\windows\excel
  32.  
  33.          You create an ASCII (text) file that looks like this:
  34.  
  35.          c:\
  36.          c:\dos
  37.          c:\util
  38.          c:\util\rexx20
  39.          c:\util\rexx20\pgms
  40.          c:\windows
  41.          c:\windows\excel
  42.  
  43.          Save the file giving any name you wish.  Let's say you name it
  44.          PATH.TXT.  You would then create your path by executing the XPATH
  45.          command as follows:
  46.  
  47.          XPATH PATH.TXT
  48.  
  49.          The above format assumes that PATH.TXT is in your current directory
  50.          and XPATH.EXE is in your current path or current directory.
  51.  
  52.          If the file containing the directories you want in your path is not
  53.          in your current directory when you execute XPATH, you can specify
  54.          where the file is in the following way:
  55.  
  56.          XPATH C:\DATA\PATH.TXT
  57.  
  58.          That is how you would do it if your path file is called PATH.TXT
  59.          and is in a sub-directory on C called DATA.
  60.  
  61.       -->Note: some versions of the shareware xpath is named XPATHSW.  In this 
  62.                case the command is XPATHSW rather than XPATH; or if you wish, you 
  63.                may rename XPATHSW.EXE to XPATH.EXE.
  64.      
  65.                        _____________________________________________________
  66.                        XPATH is a registered trandemark of XWARE Development
  67.          Page 1                                               copyright 1991
  68.  
  69.  
  70. NEW FEATURES!!!
  71. ---------------
  72.  
  73.         But wait, there's more.  We have just added 3 new features!  
  74.  
  75.         You can now add and deleted from your path on the fly.  Suppose you
  76.         want to add the directory C:\WING to your path right away.  Simply 
  77.         type: 
  78.  
  79.                 XPATH -A C:\WING
  80.  
  81.         That's all you have to do.  Xpath will add the new directory to the
  82.         end of your path.
  83.  
  84.         Suppose you want to delete the directory C:\WINDOWS out of your path. 
  85.         Simply type:
  86.  
  87.                 XPATH -D C:\WINDOWS
  88.  
  89.         That's all you have to do.  The rest of your path remains intact, but
  90.         C:\WINDOWS is removed.
  91.  
  92.         The 3rd new feature added to xpath is the directory list feature. 
  93.         Simply type XPATH with no parameters, and all the directories in your
  94.         path are listed on separate lines.  You can use this feature to
  95.         create a file that can later be used as input to xpath in your
  96.         autoexec.bat file.  For example:
  97.  
  98.         Type:
  99.                 XPATH -L >PATH.TXT
  100.  
  101.         You will get a file that has a list of directories in your path.
  102.         This file will also contain the xpath logo (and shareware information
  103.         if you have not yet registered), so you will have to edit the file to
  104.         delete that stuff.  Remember to also delete the byte total at the end
  105.         of the file.  Then save the file and use it as input to XPATH in your 
  106.         autoexec.bat file as described on the previous page.
  107.  
  108.         IMPORTANT NOTE: If you have not registered your copy yet, a 3 second
  109.         pause comes up and you are required to press enter after the pause. 
  110.         When you use the above method to create an input file for Xpath, you
  111.         will not see the "press enter to continue" message", but you still
  112.         have to press enter.  If you have an unregistered version, wait 3
  113.         seconds after typing XPATH >PATH.TXT and then press enter.
  114.  
  115.         Starting with version 3.7, the total bytes in your path are reported
  116.         when you type XPATH with no parameters.  I have found that some app-
  117.         lications lock up when your path starts to get long.  The application 
  118.         that I had a problem with was BRIEF (a text editor).  When my path
  119.         reached about 265 bytes, BRIEF would lock up when I tried to invoke it.
  120.  
  121.      -> Type XPATH -? for help and expamples.
  122.  
  123.  
  124.                        _____________________________________________________
  125.                        XPATH is a registered trandemark of XWARE Development
  126.          Page 2                                               copyright 1991
  127.  
  128.  
  129.          Possible problems
  130.          -----------------
  131.  
  132.          One of the main reasons you would want to use xpath is because you
  133.          want a path longer than 127 characters.  So, after using XPATH, if
  134.          you type the PATH command to display your path, you may see that your
  135.          path is longer than 127 characters.  My path is 197 characters. When
  136.          I run the setup program for the text-editor I use (BRIEF), it tries
  137.          to insert d:\brief into my path.  At the time it does this, it is a
  138.          little confused because it sees my path is longer than 127
  139.          characters.  It issues a warning message that says my path is too
  140.          long, but no problems occur.
  141.  
  142.          Anytime you run an install program that puts a path command in your
  143.          autoexec.bat file, you will have to take that path command out and
  144.          put that path in your path file that you use when you execute XPATH.  
  145.  
  146.          Some programs that read your path could have a problem with a path
  147.          longer than 127 characters.  Some programs may stop searching the
  148.          path after the 127th character, or even blow up when they find that
  149.          your path is larger than 127 characters.  I've only encountered this
  150.          problem with BRIEF and a path greater than 165.
  151.  
  152.       -->When your path gets unusually large, the whole thing may not display
  153.          when you type the dos PATH command.  However, the whole thing should
  154.          display when you type SET to see all your environment variables.
  155.  
  156.  
  157.          DOS 5.0
  158.  
  159.          After you have set your path with XPATH, using the DOS path command to 
  160.          look at your path will not work.  You will see only part of your path.
  161.          The same is true when you look at your path by typing SET.  To see your
  162.          path, type XPATH with no parameters.  Your path will list out -- each 
  163.          directory displaying on a new line.  
  164.  
  165.           -> Remember, the longer your path gets, the greater the possibility 
  166.              some applications will have of locking up.                    
  167.  
  168.              ONCE YOU HAVE CREATED A PATH > 127 CHARACTERS, DO NOT USE DOS'S
  169.              SET OR PATH COMMAND TO CHANGE IT.  ONLY USE XPATH.  IF YOU WISH
  170.              TO QUIT USING XPATH, TAKE XPATH OUT OF YOUR AUTOEXEC.BAT AND REBOOT.
  171.  
  172.  
  173.          Do not put equal signs (=) in your path input file.  This will cause 
  174.          extrainious = signs in your path which will confuse XPATH.
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.                        _____________________________________________________
  182.                        XPATH is a registered trandemark of XWARE Development
  183.          Page 3                                               copyright 1991
  184.  
  185.  
  186.  
  187.          Registering XPATH
  188.          -----------------
  189.  
  190.          You have an evaluation copy of XPATH.  Please register it by sending
  191.          $15.00 to:
  192.  
  193.                    XWARE Development
  194.                    4719 Malibu Road  Suite #1
  195.                    Anchorage, Alaska  99517
  196.  
  197.                    phone: (907) 243-5052
  198.  
  199.          By registering your copy of XPATH, you will be sent the latest
  200.          version which will not have the 3 second pause in it.  You will be
  201.          entitled to free technical support, and you will get future versions
  202.          of XPATH at a reduced cost.
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.                     see last page for registration form.
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.                        _____________________________________________________
  234.                        XPATH is a registered trandemark of XWARE Development
  235.          Page 4                                               copyright 1991
  236.  
  237.  
  238.  
  239.  
  240.          ENVIRONMENT SIZE PROBLEMS
  241.          -------------------------
  242.  
  243.          If you run out of environment space when using
  244.          XPATH, this means you need to allocate more
  245.          environment space.  If you have this problem when opening a
  246.          DOS window under windows, skip to the next section.  If you
  247.          have this problem when running XPATH from your AUTOEXEC.BAT
  248.          file, then you need to increase your environment size by
  249.          adding the following line to your config.sys file:
  250.  
  251.  
  252.          shell = c:\command.com c:\ /p /e:640
  253.  
  254.  
  255.          The /e:640 in the above line tells DOS to allocate 640
  256.          bytes to your environmet.  You may need to use a larger
  257.          number if you have a lot of SETS in your AUTOEXEC.BAT file,
  258.          or if you have a lot of directories in your XPATH directory
  259.          file.  The above command assumes you are booting from a 
  260.          hard drive who's name is 'C'.
  261.  
  262.  
  263.          *********
  264.          WARNING: 
  265.          *********
  266.  
  267.          The shell command also tells DOS where your command.com
  268.          file is located.  If you specify a location where
  269.          command.com does NOT exsist, your PC will not boot up off
  270.          the hard drive.  If this happens, you will have to boot
  271.          from diskette and correct the problem in your config.sys
  272.          file.  
  273.  
  274.          DOS Compatability
  275.          _________________
  276.  
  277.          XPATH was written under DOS 3.30 and is compatable with
  278.          DOS 3.1 and higher -- including 5.0.
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.                        _____________________________________________________
  288.                        XPATH is a registered trandemark of XWARE Development
  289.          Page 5                                               copyright 1991
  290.  
  291.  
  292.          INCREASEING ENVIRONMENT SIZE FOR A WINDOWS'S DOS WINDOW:
  293.          --------------------------------------------------------
  294.  
  295.          To increase your environment size for a DOS window under
  296.          Window's, you set up a PIF as follows:
  297.  
  298.          - Click on "Close window on exit" (turn it on).
  299.          - Program Filename:     COMMAND.COM
  300.          - Optional Parameters:  /E:640 /C C:\BAT\XPATHWIN.BAT
  301.  
  302.          The /E:640 allocates 640 bytes to your environment.  You
  303.          can increase or decrease this if you wish.  The /C says the
  304.          the following filename is a BAT file to be executed.  You
  305.          can use any filename you wish.  The bat file you execute
  306.          should execute XPATH as well as any other commands you wish
  307.          to execute.  Also, the last line in the bat file must
  308.          execute command.com again.  This will keep your dos window
  309.          from immediatly returning to windows when the bat file is
  310.          finished executing.  An example of a bat file for a DOS
  311.          window that executes xpath is:
  312.  
  313.          ECHO OFF
  314.          ECHO Setting path...
  315.          C:
  316.          CD \UTILS
  317.          XPATH C:\DATA\PATH.DAT
  318.          COMMAND.COM /E:640
  319.  
  320.          Why the /E:640 on the last line even though we already
  321.          specified /E:640 in the PIF? Well, the /E:640 in the PIF
  322.          gives 640 bytes of environment space for the bat file to
  323.          use.  The bat file uses it, but then the last thing the
  324.          bat file does is to load a new command environment.  When
  325.          this occurs, the environment variables from the old command
  326.          environment are copied to the new command environment. 
  327.          Thus, the new command evironment needs at least as much
  328.          environment space as was specified in the PIF.
  329.  
  330.          If you have problems setting your path in a DOS window
  331.          under Windows, you can set it before you enter windows, and
  332.          all DOS windows will recognize it.
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.                        _____________________________________________________
  344.                        XPATH is a registered trandemark of XWARE Development
  345.          Page 6                                               copyright 1991
  346.  
  347.  
  348.          License Agreement - xpath 3.7
  349.          -----------------
  350.  
  351.          You are entitled to use the evaluation copy of XPATH for evaluation
  352.          purposes only.  Use this registration form to purchase a copy of
  353.          XPATH should you decide to continue to use it.  Purchasing a copy of
  354.          XPATH entitles you to use it on one machine.  If XPATH is installed on
  355.          a network, a license must be purchased for each workstation that access
  356.          XPATH.
  357.  
  358.          Feel free to upload the shareware version of xpath to your favorite
  359.          bulletin boards.
  360.  
  361.          +-----------------+
  362.          :REGISTRATION FORM:  3.7
  363.          +-----------------+
  364.  
  365.  
  366.  
  367.          Company (if applicable): _______________________________________
  368.  
  369.          Your name:    __________________________________________________
  370.  
  371.          Address:      __________________________________________________
  372.  
  373.                        __________________________________________________
  374.  
  375.                        __________________________________________________
  376.  
  377.  
  378.  
  379.          No. of copies:  _____       (enclose $15 per copy)
  380.  
  381.  
  382.          Amount enclose: __________
  383.  
  384.  
  385.          Make checks payable to XWARE Development.
  386.  
  387.          Sent to:  XWARE Development
  388.                    4719 Malibu Road  Suite #1
  389.                    Anchorage, Alaska  99517
  390.  
  391.                    phone: (907) 243-5052
  392.  
  393.  
  394.          COMPUSERVE USER-ID: 76424,1335                  (as of 6/26/91)
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.                        _____________________________________________________
  402.                        XPATH is a registered trandemark of XWARE Development
  403.          Page 7                                               copyright 1991
  404.  
  405.                                  XWARE Disclaimer
  406.        
  407.        XWARE   specifically   disclaims   all   warranties,   expressed  or 
  408.        implied,   including  but  not  limited  to  implied  warranties  of 
  409.        merchantability  and  fitness  for a particular purpose with respect 
  410.        to  defects  in  the  software  and  documentation,  and the program 
  411.        license   granted   herein   in  particular,  and  without  limiting 
  412.        operation  of  the  program  license  with respect to any particular 
  413.        application,   use, or  purpose.  In  no event shall XWARE be liable 
  414.        for  any  loss  of  profit  or  damage, including but not limited to 
  415.        special,  incidental, or consequential damages. This statement shall 
  416.        be  construed, interpreted, and governed by the laws of the State of 
  417.        Alaska. 
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.                        _____________________________________________________
  458.                        XPATH is a registered trandemark of XWARE Development
  459.          Page 7                                               copyright 1991
  460.