$ ! $ ! File name: TCPIP$ECHO_SERVER_STARTUP.COM $ ! Product: Compaq TCP/IP Services for OpenVMS $ ! Version: V5.1-01 $ ! $ ! Copyright 2000 Compaq Computer Corporation $ ! $ ! COMPAQ Registered in U.S. Patent and Trademark Office. $ ! $ ! Licensed computer software. Valid license from Compaq $ ! or authorized sublicensor required for possession, use or $ ! copying. Consistent with FAR 12.211 and 12.212, Commercial $ ! Computer Software, Computer Software Documentation, and $ ! Technical Data for Commercial Items are licensed to the $ ! U.S. Government under vendor's standard commercial license. $ ! $ $ write sys$output "%TCPIP-I-STARTECHO, Starting ECHO server process" $ run SYS$SYSTEM:TCPIP$ECHO_SERVER_PLUS.EXE - /detached - /noauthorize - /ast_limit=100 - /buffer_limit=600000 - /file_limit=10 - /io_buffered=32767 - /io_direct=32767 - /queue_limit=100 - /enqueue_limit=100 - /output=nl: - /error=nl: - /priority=4 - /privileges=(noall,oper,tmpmbx,netmbx) - /process_name=tcpip$echo_plus - /uic=[1,4] $ exit