(* Init. code displays a requester if program was started from workbench *) (* _________________________ *) (* | | *) (* | RUNTIME ERROR: | *) (* | This program will only | *) (* | run from the CLI/SHELL | *) (* | | *) (* | |EXIT| | *) (* |________________________| *) DEFINITION MODULE CliOnly ; END CliOnly.