1
0
Fork 0

Batch files also have a command line parser now.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@327
This commit is contained in:
Sjoerd van der Berg 2002-10-18 08:46:19 +00:00
parent 7c69076e9e
commit 8f97e138ed

View file

@ -47,6 +47,7 @@ public:
bool echo;
DOS_Shell * shell;
BatchFile * prev;
CommandLine * cmd;
};