>alias set_userhost {
>        serverctl SET 0 USERHOST $0
>}
>
>all it tells me is that "SERVERCTL" is an unknown command, whether from an
>alias or from the input line.

Try this:

        alias set_userhost {
                @serverctl(SET 0 USERHOST $0)
        }

($serverctl() is a function)
Jeremy
_______________________________________________
List mailing list
[EMAIL PROTECTED]
http://epicsol.org/mailman/listinfo/list

Reply via email to