Command: pause

  PAUSE suspends processing of a batch program and displays 
  the message:
    "Press any key to continue...." 
  or an optional specified message.
  PAUSE is a BATCH-FILE / AUTOEXEC.BAT command.

Syntax:

  PAUSE [message]

[Main menu] [top] (Syntax) [Options] [Comments] [Examples] [See also] [File]

Options:

  message  The message you want to be sent.

[Main menu] [top] [Syntax] (Options) [Comments] [Examples] [See also] [File]

Comments:

  PAUSE is a command internal to command.com and needs no other file
  in order to work.

[Main menu] [top] [Syntax] [Options] (Comments) [Examples] [See also] [File]

Examples:

  IN A .BAT FILE / AUTOEXEC.BAT:
    pause
    pause press any key

[Main menu] [top] [Syntax] [Options] [Comments] (Examples) [See also] [File]

See also:

  autoexec.bat
  batch files
  choice
  if
  goto

[Main menu] [top] [Syntax] [Options] [Comments] [Examples] (See also) [File]

File:

  Please read this command's lsm file also.
  You will find the updated version (internet) here and
  the version described in this manual page here.
  The lsm file contains information about the name of the programmer,
  the download site, and some other command related information.

[Main menu] [top] [Syntax] [Options] [Comments] [Examples] [See also] (File)


  Copyright © 1998 Jim Hall, updated 2007 by W. Spiegl.

  This file is derived from the FreeDOS Spec Command HOWTO.
  See the file H2Cpying for copying conditions.