home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / n / newsflash / !FileBase / !NewsFlash / Docs / NFCLI < prev    next >
Encoding:
Text File  |  1996-08-04  |  588 b   |  32 lines

  1. NF CLI commands
  2. ---------------
  3.  
  4. NewsFlash has two main CLI commands:
  5.  
  6. NewsFlash [<Script> [<Device> <Device Parameter 1> .. <Device Parameter n>]]
  7. NewsFlashLineTask <Line> <ConfigFile>
  8.  
  9. There are currently the following devices:
  10.  
  11. SERIAL <Driver> <Port> <Baud> [<DCD>]
  12. WINDOW <Title> [<Force Open>]
  13. TELNETSOCKET <Socket>
  14. TELNETACCEPT <Socket>
  15.  
  16. There are two SWI's providing the same functionality:
  17.  
  18. NewsFlash_StartLineTask
  19.  
  20. On entry:
  21.  
  22. R0 = Line number
  23. R1 = Pointer to config file name
  24.  
  25. NewsFlash_StartScript
  26.  
  27. On entry:
  28.  
  29. R0 = Pointer to script file name
  30. R1 = Pointer to device parameters
  31.  
  32.