Short: Wait for RETURN for a certain time Author: jgeiss@muc.de (Johannes Geiss) Uploader: jgeiss muc de (Johannes Geiss) Type: util/shell Architecture: m68k-amigaos Version: 1.0 This command (Pause) waits for RETURN for a certain time (default 60 sec). When the time is up it returns with ReturnCode = WARN. Usage: Pause [prompt] [seconds] prompt - optional prompt (default: "Hit RETURN: ") seconds - optional time (default: 60) It's useful if you make some script-output to a Window and you want to prompt for RETURN but no to wait forever. If the user ignores the prompt for 60 seconds the the output will continue, end or whatever your script does after Pause. Have fun Johannes Geiss