REMARK Videotext Facility ($ARG is the command line argument given by the user)

HEADLINE( " Videotext " )

SAY()
SAY( "Searching videotext page $ARG ..." )
SAY()
ANSI( "md" )
SAY( "Wait for an answer for max. 30 seconds!" )
SAY( "After that, you may want to stop it by typing CTRL-C ..." ) 
ANSI( "me" )

SYSTEM( "rsh -K -l drucker lydia "/usr/local/bin/videotext get $ARG"" ) 
