Line 37... |
Line 37... |
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 FFU; /* FOR FUTURE USE */
|
41 |
char batfile[130]; /* truename of batch file being processed */
|
41 |
char batfile[130]; /* truename of batch file being processed */
|
42 |
char batargs[130]; /* arguments of the processed batch files */
|
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 |
};
|
44 |
};
|
45 |
|
45 |
|
46 |
#define RMOD_OFFSET_ENVSEG 0x2C /* stored in rmod's PSP */
|
46 |
#define RMOD_OFFSET_ENVSEG 0x2C /* stored in rmod's PSP */
|
47 |
#define RMOD_OFFSET_LEXITCODE (0x100 + 0x4A)
|
47 |
#define RMOD_OFFSET_LEXITCODE (0x100 + 0x4A)
|