home *** CD-ROM | disk | FTP | other *** search
- Short: ARexx function lib for V37+ dos functions (ReadArgs, pattern matching, etc. )
- Type: util/rexx
- Uploader: htgoebel@cip.informatik.uni-erlangen.de
- Author: htgoebel@cip.informatik.uni-erlangen.de
-
-
- RexxDosSupport.library 2.1
- ==========================
-
- Copyright (C) 1994 by hartmut Goebel
-
-
- After programming ARexx script for quite a while, I missed some
- function found in dos.library -- especially access to
- environment variables and the comfortable argument parsing. Since
- there seamed to be no ARexx function library which implements
- this functions, I decited to write my own. And here it is.
-
- This are the functions handled by this library.
- · ReadArgs()
- · GetVar(), SetVar(), DeleteVar()
- · ParsePattern(), MatchPattern() - even case-insensitive
- · Fault()
-
- new functions for version 2.1
- · Delete(), Rename(), MakeDir()
- · SetComment(), SetProtection()
-
- Enjoy it!
- +++hartmut
-