% @(#)created_co.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:43:27 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT created_co.hlq %.AUTHOR KB, IPG/ESO %.KEYWORDS MIDAS, help files, CREATE/D_COMMAND %.PURPOSE On-line help file for the command: CREATE/D_COMMAND %.VERSION 1.0 26-AUG-1985 : Creation, KB %---------------------------------------------------------------- \se SECTION./D_CO \es\co CREATE/D_COMMAND 26-AUG-1985 KB \oc\su CREATE/D_COMMAND comnd text create a directory "user" command \us\pu Purpose: Create a directory "user" command \up\sy Syntax: CREATE/D_COMMAND comnd text \ys\pa comnd = new command with optional qualifier \ap\pa text = line (max. 29 characters) which will be executed when entering "comnd" . \\ All input following that command will be appended without any preceding blank to the command line given in "text". \ap\sa See also: CREATE/COMMAND \as\no Note: All command definitions are cleared after the command BYE. \on\exs Examples: \ex CREATE/D_COMMAND EXECUTE/PROC @@ MYDISK:[DIR.SUBDIR] creates new user command EXECUTE/PROC, entering: \\ EXEC/PROC mine \\ will then yield the translated command: \\ @@ MYDISK:[DIR.SUBDIR]mine (for VMS !) \xe\ex CREATE/D_COMMAND EXECUTE/PROC @@ /mydir/subdir/myprocs/ creates new user command EXECUTE/PROC, entering: \\ EXEC/PROC mine \\ will then yield the translated command: \\ @@ /mydir/subdir/myprocs/mine (for Unix !) \xe \sxe