Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 468 → Rev 469

/svarcom/trunk/rmodinit.h
35,6 → 35,9
unsigned short origenvseg; /* original environment segment */
unsigned char flags; /* command line parameters */
unsigned char echoflag; /* ECHO ON / ECHO OFF */
char batfile[130]; /* truename of batch file being processed */
char batargs[130]; /* arguments of the processed batch files */
unsigned short batnextline; /* next line of bat file to be executed */
};
 
#define RMOD_OFFSET_ENVSEG 0x2C /* stored in rmod's PSP */