[comp.os.msdos.misc] Path Extender

storm@cs.mcgill.ca (Marc WANDSCHNEIDER) (03/17/91)

I am looking for a program that will allow me to have a path greater than the
128bytes that DOS currently allows me.  I have seen one called APPATH, but
it does not work!

If you know of where I could get one, or could uucode one for me, could you
please drop me a line...?

Thanks.

./*-
-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
storm@cs.mcgill.ca         McGill University           It's 11pm, do YOU
Marc Wandschneider         Montreal, CANADA            know what time it is?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

mcastle@mcs213e.cs.umr.edu (Mike Castle {Nexus}) (03/17/91)

BIGPATH.ARC  PD1:<MSDOS.SYSUTL> Expand DOS's PATH
CPATH20.ZIP  PD1:<MSDOS.SYSUTL> Extend PATH to more than 128 characters
SETPTH14.ZIP PD1:<MSDOS.SYSUTL> Set PATH to more than 127 characters
SPOON1A.ARC  PD1:<MSDOS.SYSUTL> Spoon Path v1a: menued 4.5k TSR path extender

These are all available at:
New Mexico:  simtel20.army.mil (26.2.0.74) in the directory listed above
                                           (PDx:<MSDOS.xxxxx> )
Missouri:    wuarchive.wustl.edu (128.252.135.4) in mirrors/msdos/xxxxx
Australia:   sol.deakin.oz.au (128.184.1.1) in pub/PC/simtel-20/xxxxx
 
There are several mail servers that will process the ftp commands for those who
have access to e-mail, but not FTP.  Addresses are:
 
In North America (Simtel20 access only):
 
          LISTSERV@VM1.NODAK.EDU   North Dakota State University.
          LISTSERV@VM.ECS.RPI.EDU  Rensselaer Polytechnic Institute.
 
    In the body of the mail have the command:
    GET PDGET HELP 
 
Also (any ftp site):
          BITFTP@PUCC.PRINCETON.EDU
 
   In the body of the mail have the command:
   HELP
 
Trickle servers (Simtel20 access only):
In Denmark:     TRICKLE@DKTC11
In Turkey:      TRICKLE@TREARN
In Italy:       TRICKLE@IMIPOLI
In Belgium:     TRICKLE@BANUFS11
In Austria:     TRICKLE@AWIWUW11
In Germany:     TRICKLE@DTUZDV1
In Spain:       TRICKLE@EB0UB011
In Israel:      TRICKLE@TAUNIVM
In Netherlands: TRICKLE@HEARN
France:         TRICKLE@FRMOP11
Germany:        TRICKLE@DB0FUB11
Chile:          TRICKLE@USACHVM1
Not sure:       TRICKLE@DS0RUS1I
 
(note:  these are EARN/BITNET style addresses.  Internet users should
        use BITNET domain addresses such as TRICKLE@TREAN.BITNET)
 
    In the body of the mail have the command:
    /HELP
 
If anyone knows of any other mirrored archives of Simtel20, please let me
know and I'll add them to this generic response.
 
Thanks.
-- 
Mike Castle (Nexus) S087891@UMRVMA.UMR.EDU (preferred)       | XEDIT: Emacs
                mcastle@mcs213k.cs.umr.edu (unix mail-YEACH!)| on a REAL
Life is like a clock:  You can work constantly, and be right | operating
all the time, or not work at all, and be right twice a day.  | system. :->

larry@palan.uucp (Larry Strickland) (03/17/91)

In article <1991Mar17.020053.24049@cs.mcgill.ca> storm@cs.mcgill.ca (Marc WANDSCHNEIDER) writes:
>
>I am looking for a program that will allow me to have a path greater than the
>128bytes that DOS currently allows me.  I have seen one called APPATH, but
>it does not work!

There are two things you might try that are fairly easy.  First, get a copy of
4DOS.  It extends (at least most of the time) the input buffer for DOS so you
can have lonther PATHs.

If that doesn't/can't/won't work, try using the SUBST command from DOS to make
short drive names for your long directory names.  That is,

	C:\>SUBST D: C:\very\long\path\name

Then you can include D:\ in your PATH statement instead of the long path and
save space.  However, there is a speed/memory differential.  How much I've
never been able to say.

-larry