Subversion Repositories SvarDOS

Rev

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

Rev 1057 Rev 1095
Line 39... Line 39...
39
    outputnl("");
39
    outputnl("");
40
    nls_outputnl(25,1); /* "RENAME [drive:][path]filename1 filename2" */
40
    nls_outputnl(25,1); /* "RENAME [drive:][path]filename1 filename2" */
41
    nls_outputnl(25,2); /* "REN [drive:][path]filename1 filename2" */
41
    nls_outputnl(25,2); /* "REN [drive:][path]filename1 filename2" */
42
    outputnl("");
42
    outputnl("");
43
    nls_outputnl(25,3); /* "Note that you cannot specify a new drive or (...)" */
43
    nls_outputnl(25,3); /* "Note that you cannot specify a new drive or (...)" */
44
    nls_outputnl(25,4); /* extra note about usage of wildcards */
-
 
45
    return(CMD_OK);
44
    return(CMD_OK);
46
  }
45
  }
47
 
46
 
48
  /* I expect exactly two arguments */
47
  /* I expect exactly two arguments */
49
  if (p->argc != 2) {
48
  if (p->argc != 2) {