From 8f97e138ed0539e9be17bbfbeebc46272834bf90 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Fri, 18 Oct 2002 08:46:19 +0000 Subject: [PATCH] Batch files also have a command line parser now. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@327 --- src/shell/shell_inc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shell/shell_inc.h b/src/shell/shell_inc.h index 9f76040d..a5f59142 100644 --- a/src/shell/shell_inc.h +++ b/src/shell/shell_inc.h @@ -47,6 +47,7 @@ public: bool echo; DOS_Shell * shell; BatchFile * prev; + CommandLine * cmd; };