Subversion Repositories SvarDOS

Rev

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

Rev 548 Rev 572
Line 35... Line 35...
35
  char inputbuf[130];         /* input buffer for INT 21, AH=0x0A */
35
  char inputbuf[130];         /* input buffer for INT 21, AH=0x0A */
36
  unsigned short rmodseg;     /* segment where rmod is loaded */
36
  unsigned short rmodseg;     /* segment where rmod is loaded */
37
  unsigned long origparent;   /* original parent (far ptr) of the shell */
37
  unsigned long origparent;   /* original parent (far ptr) of the shell */
38
  unsigned short origenvseg;  /* original environment segment */
38
  unsigned short origenvseg;  /* original environment segment */
39
  unsigned char flags;        /* command line parameters */
39
  unsigned char flags;        /* command line parameters */
40
  unsigned char FFU;          /* FOR FUTURE USE */
40
  unsigned char version;      /* used to detect mismatch between rmod and SvarCOM */
41
  char batfile[130];          /* truename of batch file being processed */
41
  char batfile[130];          /* truename of batch file being processed */
42
  char batargv[130];          /* args of the batch call (0-separated) */
42
  char batargv[130];          /* args of the batch call (0-separated) */
43
  unsigned long batnextline;  /* offset in file of next bat line to process */
43
  unsigned long batnextline;  /* offset in file of next bat line to process */
44
  char awaitingcmd[130];      /* command to exec next time (if any) */
44
  char awaitingcmd[130];      /* command to exec next time (if any) */
45
};
45
};