home *** CD-ROM | disk | FTP | other *** search
-
- FNshell_OSCheckModuleVersion()
- => str module name
- real version nr required
-
- <= bool TRUE or FALSE
-
- Use this routine to check whether a
- certain version (or later) of a specific
- module is installed.
-
- --------------------------------------------------------
-
- FNshell_OSCheckVersion()
- => real version nr required
-
- <= bool TRUE or FALSE
-
- Use this routine to check whether RISC
- OS 3 is installed for example. The
- routine returns FALSE if the OS version
- requested (or a later version) is not
- found.
-
- --------------------------------------------------------
-
- FNshell_OSVarExists()
- => str os variable name
-
- <= bool TRUE or FALSE
-
- --------------------------------------------------------
-
- FNshell_OSVarGetVal()
- => str os variable name
- bool expand flag
-
- <= str value of variable
-
- --------------------------------------------------------
-
- FNshell_OSReadCommandArg()
- => int option (must be 0 or 1)
-
- <= str command string
-
- --------------------------------------------------------
-
- FNshell_GetCmdLineArgs
- => None
-
- Returns the command line used to start the program
- excluding the program name itself. If an alias has
- been set up for the filetype with Set
- Alias$@RunType_xxx then this call will return the
- name of the file that was double clicked on to start
- the application.
-
- --------------------------------------------------------