home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR9 / SCRSUM.ZIP / VARSUM.TXT < prev   
Text File  |  1994-01-21  |  3KB  |  102 lines

  1.  
  2. OzCIS Script Language Pre-defined Variables
  3.  
  4.  
  5. By Name
  6.  
  7. variable     category  summary
  8. -----------  --------  ------------------------------------------------------------
  9. %ARGx        Script    Xth command line argument passed to a script when executed
  10. %COMDATA     Variable  current line of data from the serial port
  11. %CR          Constant  defined as ^M
  12. %DATE        Variable  current date in dd-mmm-yy format
  13. %DLPATH      Host      full pathname of the current general download path
  14. %FALSE       Constant  defined as 0, useful for true/false tests
  15. %FORUMPATH   Forum     full pathname of the current or most recent forum
  16. %FORUMWORD   Forum     current or most recent forum's GO word
  17. %GIFPATH     Host      full pathname of the current GIF download path
  18. %HOSTBAUD    Host      current baud rate
  19. %HOSTNAME    Host      name of the current host
  20. %HOSTNUM     Host      number of the host in the Hosts List
  21. %HOSTPATH    Host      full pathname of the currently selected host
  22. %HOSTPORT    Host      number of the host's comm port
  23. %LCOMDATA    Variable  previous line of data from the serial port
  24. %ONLINE      Variable  %TRUE when OzCIS is logged on to CIS, otherwise %FALSE
  25. %PROMPTCHAR  Forum     current prompt character
  26. %SCRIPTNAME  Script    full path and filename of the currently executing script
  27. %SLASH       Variable  returns a slash char (/) when needed for the current command
  28. %TIME        Variable  current time in hh:mm:ss format
  29. %TRUE        Constant  defined as 1, useful for true/false tests
  30. %USERID      User      current user ID
  31. %USERNAME    User      current user name from the Host config
  32. %USERPWRD    User      current user password
  33.  
  34.  
  35. By Category
  36.  
  37. category  variable     type
  38. --------  -----------  -------
  39. Constant  %CR          String
  40. Constant  %FALSE       Boolean
  41. Constant  %TRUE        Boolean
  42.  
  43. Forum     %FORUMPATH   String
  44. Forum     %FORUMWORD   String
  45. Forum     %PROMPTCHAR  String
  46.  
  47. Host      %DLPATH      String
  48. Host      %GIFPATH     String
  49. Host      %HOSTBAUD    Numeric
  50. Host      %HOSTNAME    String
  51. Host      %HOSTNUM     Numeric
  52. Host      %HOSTPATH    String
  53. Host      %HOSTPORT    Numeric
  54.  
  55. Script    %ARGx        General
  56. Script    %SCRIPTNAME  String
  57.  
  58. User      %USERID      String
  59. User      %USERNAME    String
  60. User      %USERPWRD    String
  61.  
  62. Variable  %COMDATA     String
  63. Variable  %DATE        String
  64. Variable  %LCOMDATA    String
  65. Variable  %ONLINE      Boolean
  66. Variable  %SLASH       String
  67. Variable  %TIME        String
  68.  
  69.  
  70. By Type
  71.  
  72. type     variable     category
  73. -------  -----------  --------
  74. Boolean  %FALSE       Constant
  75. Boolean  %ONLINE      Variable
  76. Boolean  %TRUE        Constant
  77.  
  78. General  %ARGx        Script
  79.  
  80. Numeric  %HOSTBAUD    Host
  81. Numeric  %HOSTNUM     Host
  82. Numeric  %HOSTPORT    Host
  83.  
  84. String   %COMDATA     Variable
  85. String   %CR          Constant
  86. String   %DATE        Variable
  87. String   %DLPATH      Host
  88. String   %FORUMPATH   Forum
  89. String   %FORUMWORD   Forum
  90. String   %GIFPATH     Host
  91. String   %HOSTNAME    Host
  92. String   %HOSTPATH    Host
  93. String   %LCOMDATA    Variable
  94. String   %PROMPTCHAR  Forum
  95. String   %SCRIPTNAME  Script
  96. String   %SLASH       Variable
  97. String   %TIME        Variable
  98. String   %USERID      User
  99. String   %USERNAME    User
  100. String   %USERPWRD    User
  101.  
  102.