home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / util / rexx / Biomonitor.lha / BioMonitor.args next >
Encoding:
Text File  |  1997-02-03  |  968 b   |  49 lines

  1.  
  2. ---Intro:
  3. This file gives you details on the function calls available through the
  4. BioMonitor server...
  5.  
  6. ---Format:
  7. FunctionName()
  8.     Call Syntax
  9.         Result routes
  10.  
  11. ---Symbol Key:
  12. <> = Compulsory [] = Optional
  13.  
  14. ---Route Key:
  15.     BioWin = The monitor console window on Workbench
  16.     BioLog = The BioWare logfile specified in the BioMonitor code
  17.     MonLog = The Monitor logfile specified in the BioMonitor code
  18.     Extern = An external DOS call
  19.  
  20. ---Functions:
  21. FLASH()
  22.     Address BIOPORT FLASH <DisplayText>
  23.         - BioWin
  24.  
  25. NOTIFY()
  26.     Address BIOPORT NOTIFY <BioProg> <UserName>
  27.         - MonLog, BioLog
  28.  
  29. FEEDBACK()
  30.     Address BIOPORT FEEDBACK <BioProg> <UserName> <MailName>
  31.         - MonLog, BioLog, BioWin
  32.  
  33. ALERT()
  34.     Address BIOPORT ALERT <BioProg> <DisplayText>
  35.         - MonLog, BioWin
  36.  
  37. SYS()
  38.     Address BIOPORT SYS <BioProg> <DisplayText>
  39.         - MonLog
  40.  
  41. FUNCTION()
  42.     Address BIOPORT FUNCTION <BioProg> <DisplayText>
  43.         - MonLog
  44.  
  45. EXECUTE()
  46.     Address BIOPORT EXECUTE <BioProg> <Full command string>
  47.         -MonLog, Extern
  48.  
  49.