home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / system / addtopath_2 < prev    next >
Text File  |  1999-04-27  |  1KB  |  38 lines

  1. Title:            ADDTOPATH
  2. Author:            Olly Betts
  3. Version:        1.00
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        Olly Betts (olly@mantis.co.uk)
  8. Date:            17/11/96
  9. Keywords:        Systems software
  10. Shareware:        No
  11. Machine:        Archimedes
  12. Operating system:    RISCOS
  13. Memory requirements:    
  14. Peripherals needed:    
  15. Other s/ware needed:    
  16. Directory:        micros/arch/riscos/c129
  17. Date mounted/updated:    17/02/97
  18. File names:        addtopath.arc
  19. Unarchived files:    3
  20. Unarchived size:    6 kbytes
  21. Omissions:        
  22. See also:        
  23.  
  24. -------------------------------------------------------------------------------
  25.  
  26. Acquiring the package:
  27.  
  28. Download the archive file(s) and extract using SparkPlug 2
  29. (see the "tools_help" file in micros/arch/riscos/tools for further info).
  30.  
  31.  
  32. Description:
  33.  
  34. AddToPath adds a `path element' to a `path variable' if it isn't already in
  35. there.  Matching is case sensitive.  If the element needs to be added, it is
  36. appended to the end of the path variable, separated by a comma.  Spaces are
  37. removed from the exisiting path variable to help prevent size overflows.
  38.