home *** CD-ROM | disk | FTP | other *** search
- NF CLI commands
- ---------------
-
- NewsFlash has two main CLI commands:
-
- NewsFlash [<Script> [<Device> <Device Parameter 1> .. <Device Parameter n>]]
- NewsFlashLineTask <Line> <ConfigFile>
-
- There are currently the following devices:
-
- SERIAL <Driver> <Port> <Baud> [<DCD>]
- WINDOW <Title> [<Force Open>]
- TELNETSOCKET <Socket>
- TELNETACCEPT <Socket>
-
- There are two SWI's providing the same functionality:
-
- NewsFlash_StartLineTask
-
- On entry:
-
- R0 = Line number
- R1 = Pointer to config file name
-
- NewsFlash_StartScript
-
- On entry:
-
- R0 = Pointer to script file name
- R1 = Pointer to device parameters
-
-