Subversion Repositories SvarDOS

Rev

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

Rev 537 Rev 543
Line 39... Line 39...
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 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
};
45
};
45
 
46
 
46
#define RMOD_OFFSET_ENVSEG     0x2C   /* stored in rmod's PSP */
47
#define RMOD_OFFSET_ENVSEG     0x2C   /* stored in rmod's PSP */
47
#define RMOD_OFFSET_COMSPECPTR (0x100 + 0x4A)
48
#define RMOD_OFFSET_COMSPECPTR (0x100 + 0x4A)
48
#define RMOD_OFFSET_BOOTDRIVE  (0x100 + 0x4C)
49
#define RMOD_OFFSET_BOOTDRIVE  (0x100 + 0x4C)