diff --git a/reactos/base/shell/cmd/batch.h b/reactos/base/shell/cmd/batch.h index 74be92f6b69..0939bb8aefe 100644 --- a/reactos/base/shell/cmd/batch.h +++ b/reactos/base/shell/cmd/batch.h @@ -15,7 +15,7 @@ typedef struct tagBATCHCONTEXT TCHAR BatchFilePath[MAX_PATH]; LPTSTR forproto; LPTSTR params; - LPTSTR raw_params; /* Holds the raw params given by the input */ + LPTSTR raw_params; /* Holds the raw params given by the input */ INT shiftlevel; BOOL bEcho; /* Preserve echo flag across batch calls */ HANDLE hFind; /* Preserve find handle when doing a for */ @@ -31,7 +31,7 @@ extern LPBATCH_CONTEXT bc; extern BOOL bEcho; /* The echo flag */ -#define BATCH_BUFFSIZE 2048 +#define BATCH_BUFFSIZE 8192 extern TCHAR textline[BATCH_BUFFSIZE]; /* Buffer for reading Batch file lines */