% @(#)check_proc.hlq 1.1 (ESO-IPG) 7/16/96 13:52:44 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT check_proc.hlq %.AUTHOR KB, IPG/ESO %.KEYWORDS MIDAS, help files, CHECK/PROC %.PURPOSE On-line help file for the command: CHECK/PROC %.VERSION 1.0 16-JUL-1996 : Creation, KB/RNH %---------------------------------------------------------------- \se SECTION./PROC \es\co CHECK/PROCEDURES 16-JUL-1996 KB \oc\su CHECK/PROCEDURES [direc] [file_specs] check all specified procedures in a given directory \us\pu Purpose: Check all specified procedures (e.g. *.prg files) in a given directory. \up\sy Syntax: CHECK/PROCEDURES [direc] [file_specs] \ys\pa direc = pathname of directory; \\ defaulted to current working directory \ap\pa file_specs = file specifications in the Host system syntax; \\ defaulted to *.prg (i.e. all .prg files) \ap\sa See also: TRANSLATE/SHOW, ECHO/ON, DEBUG/PROCEDURE, DEBUG/MODULE \as\no Note: Each specified procedure in the given directory will be processed via the Midas command "TRANSLATE/SHOW `procedure' X". \\ If any problems are found with procedure the output from the TRANSLATE/SHOW command will be saved in the file `middumm.dat'. \on\exs Examples: \ex CHECK/PROC ? a*.prg Process all procedures in the current directory which match the pattern `a*.prg' . \xe\ex CHECK/PROC /midas/test/context *.ctx Check all context files in the Midas Context diectory. \xe \sxe