Subversion Repositories SvarDOS

Rev

Rev 421 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 421 Rev 437
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
 
29
 
30
static int cmd_pause(struct cmd_funcparam *p) {
30
static int cmd_pause(struct cmd_funcparam *p) {
31
  if (cmd_ishlp(p)) {
31
  if (cmd_ishlp(p)) {
32
    outputnl("Suspends processing of a batch program");
32
    nls_outputnl(15, 0);
33
    outputnl("\r\nPAUSE");
33
    outputnl("\r\nPAUSE");
34
    return(-1);
34
    return(-1);
35
  }
35
  }
36
 
36
 
37
  press_any_key();
37
  press_any_key();