  -  LOOP  is  a  DCL command repetition program.   3  Usage : LOOP[/qualifier] [command {+ command ...}]     General qualifiers '   /CLEAR	Clear the screen at each loop. )   /LOGCNT	Display the time and log count. >   /EVERY{=s}	repeat every 's' seconds.  Default is 30 seconds.G   /MAX{=n}	execute the list of command 'n' times. Default is to execute  		the commands infinitly. $   /QUIT		Quit after first execution.    Repeat Command(s) Mode     /REPEAT	Command mode (default)  ,  Command(s) executed over selected file Mode&   /ONFILE=List	Select a list of files.)   /DIRECTORY	Process directories as well. .   /LEAVE	Leave LOOP if no files were selected.  