Subversion Repositories SvarDOS

Rev

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

Rev 372 Rev 376
Line 7... Line 7...
7
 
7
 
8
static int cmd_prompt(struct cmd_funcparam *p) {
8
static int cmd_prompt(struct cmd_funcparam *p) {
9
  if ((p->argc == 1) && (imatch(p->argv[0], "/?"))) {
9
  if ((p->argc == 1) && (imatch(p->argv[0], "/?"))) {
10
    output("Changes the DOS command prompt.\r\n"
10
    output("Changes the DOS command prompt.\r\n"
11
           "\r\n"
11
           "\r\n"
12
           "PROMPT [new command prompt specification]\r\n"
12
           "PROMPT [new command prompt specification]\r\n");
13
           "\r\n");
-
 
14
    return(-1);
13
    return(-1);
15
  }
14
  }
16
 
15
 
17
  /* no parameter - restore default prompt path */
16
  /* no parameter - restore default prompt path */
18
  if (p->argc == 0) {
17
  if (p->argc == 0) {