1
0
Fork 0

Close and reopen batch for each executed line. Makes it possible to rewrite it and to call it itself infinitely.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3264
This commit is contained in:
Peter Veenstra 2009-01-19 19:55:03 +00:00
parent a6d6dce331
commit 8033d5b7e0
2 changed files with 40 additions and 9 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: shell.h,v 1.24 2008-08-11 12:54:57 qbix79 Exp $ */
/* $Id: shell.h,v 1.25 2009-01-19 19:55:03 qbix79 Exp $ */
#ifndef DOSBOX_SHELL_H
#define DOSBOX_SHELL_H
@ -53,6 +53,7 @@ public:
bool Goto(char * where);
void Shift(void);
Bit16u file_handle;
Bit32u location;
bool echo;
DOS_Shell * shell;
BatchFile * prev;