home *** CD-ROM | disk | FTP | other *** search
- AddToPath is Copyright (C) Olly Betts 1994
- v 0.02
-
- Provided "as is". I take no responsibility for any side effects. Freely
- distributable with no restrictions, so you may use it in the !Run or !Boot
- file of any application. It is < 256 bytes in size, so won't take up much
- room. Please make it clear if you have modified a version and are
- distributing it.
-
- Syntax: AddToPath <path variable> <path element>
-
- Adds <path element> to <path variable> if it isn't already in there.
- Matching is case sensitive. If the element needs to be added, it is appended
- to the end of the path variable, separated by a comma. Spaces are removed
- from the exisiting path variable to help prevent size overflows.
-
- Eg. *AddToPath Run$Path <UnixBin$Dir>.
-
- Olly 1994.10.17
-
- History:
-
- 0.02 Syntax altered to *AddToPath Run$Path <UnixBin$Dir>.
-
- 0.01 Original version which only worked on Run$Path
-
- Internet e-mail: olly@mantis.co.uk
-
- Post:
- Olly Betts,
- 24 Morgans Road,
- Hertford,
- Herts,
- SG13 8BS
-