home *** CD-ROM | disk | FTP | other *** search
- ;===================================================================
- ;=================== CLI command definitions =====================
- ____________________________________________________________________
-
- .WT_CLI_Definitions%
- FNcommand("TestCLI",TestCLI,&ff0001,TestCLI_S,TestCLI_H)
- ;.... more command definitions
- z ; no more command definitions
-
- .TestCLI_H s% "*<r2> is a command for testing." 13
- .TestCLI_S z% "Syntax:; *<r2> <anyting!>"
- ; remove this ^ character from the above line
- ____________________________________________________________________
- .TestCLI push 6-11,14
- pop
- ____________________________________________________________________
-