Subversion Repositories SvarDOS

Rev

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

Rev 1092 Rev 1098
Line 33... Line 33...
33
  char *buff = p->BUFFER;
33
  char *buff = p->BUFFER;
34
  unsigned char maj = 0, min = 0, retcode = 0, truemaj = 0, truemin = 0, rev = 0, verflags = 0;
34
  unsigned char maj = 0, min = 0, retcode = 0, truemaj = 0, truemin = 0, rev = 0, verflags = 0;
35
 
35
 
36
  /* help screen */
36
  /* help screen */
37
  if (cmd_ishlp(p)) {
37
  if (cmd_ishlp(p)) {
38
    nls_outputnl(20,0); /* "Displays the DOS version." */
38
    nls_outputnl(20,0); /* "Displays the DOS kernel and SvarCOM shell versions." */
39
    outputnl("");
39
    outputnl("");
40
    output("ver [/about]");
40
    output("ver [/about]");
41
#ifdef VERDBG
41
#ifdef VERDBG
42
    output(" [/dbg]");
42
    output(" [/dbg]");
43
#endif
43
#endif