2001-04-26 11:31:33 +00:00
|
|
|
/* $Id: cmd.c,v 1.25 2001/04/26 11:31:33 ekohl Exp $
|
1999-10-22 20:35:02 +00:00
|
|
|
*
|
1999-03-20 20:28:42 +00:00
|
|
|
* CMD.C - command-line interface.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* History:
|
|
|
|
*
|
|
|
|
* 17 Jun 1994 (Tim Norman)
|
|
|
|
* started.
|
|
|
|
*
|
|
|
|
* 08 Aug 1995 (Matt Rains)
|
|
|
|
* I have cleaned up the source code. changes now bring this source
|
|
|
|
* into guidelines for recommended programming practice.
|
|
|
|
*
|
|
|
|
* A added the the standard FreeDOS GNU licence test to the
|
|
|
|
* initialize() function.
|
|
|
|
*
|
|
|
|
* Started to replace puts() with printf(). this will help
|
|
|
|
* standardize output. please follow my lead.
|
|
|
|
*
|
|
|
|
* I have added some constants to help making changes easier.
|
|
|
|
*
|
|
|
|
* 15 Dec 1995 (Tim Norman)
|
|
|
|
* major rewrite of the code to make it more efficient and add
|
|
|
|
* redirection support (finally!)
|
|
|
|
*
|
|
|
|
* 06 Jan 1996 (Tim Norman)
|
|
|
|
* finished adding redirection support! Changed to use our own
|
|
|
|
* exec code (MUCH thanks to Svante Frey!!)
|
|
|
|
*
|
|
|
|
* 29 Jan 1996 (Tim Norman)
|
|
|
|
* added support for CHDIR, RMDIR, MKDIR, and ERASE, as per
|
|
|
|
* suggestion of Steffan Kaiser
|
|
|
|
*
|
|
|
|
* changed "file not found" error message to "bad command or
|
|
|
|
* filename" thanks to Dustin Norman for noticing that confusing
|
|
|
|
* message!
|
|
|
|
*
|
|
|
|
* changed the format to call internal commands (again) so that if
|
|
|
|
* they want to split their commands, they can do it themselves
|
|
|
|
* (none of the internal functions so far need that much power, anyway)
|
|
|
|
*
|
|
|
|
* 27 Aug 1996 (Tim Norman)
|
|
|
|
* added in support for Oliver Mueller's ALIAS command
|
|
|
|
*
|
|
|
|
* 14 Jun 1997 (Steffan Kaiser)
|
|
|
|
* added ctrl-break handling and error level
|
|
|
|
*
|
|
|
|
* 16 Jun 1998 (Rob Lake)
|
|
|
|
* Runs command.com if /P is specified in command line. Command.com
|
|
|
|
* also stays permanent. If /C is in the command line, starts the
|
|
|
|
* program next in the line.
|
|
|
|
*
|
|
|
|
* 21 Jun 1998 (Rob Lake)
|
|
|
|
* Fixed up /C so that arguments for the program
|
|
|
|
*
|
|
|
|
* 08-Jul-1998 (John P. Price)
|
|
|
|
* Now sets COMSPEC environment variable
|
|
|
|
* misc clean up and optimization
|
|
|
|
* added date and time commands
|
|
|
|
* changed to using spawnl instead of exec. exec does not copy the
|
|
|
|
* environment to the child process!
|
|
|
|
*
|
|
|
|
* 14 Jul 1998 (Hans B Pufal)
|
|
|
|
* Reorganised source to be more efficient and to more closely
|
|
|
|
* follow MS-DOS conventions. (eg %..% environment variable
|
|
|
|
* replacement works form command line as well as batch file.
|
|
|
|
*
|
|
|
|
* New organisation also properly support nested batch files.
|
|
|
|
*
|
|
|
|
* New command table structure is half way towards providing a
|
|
|
|
* system in which COMMAND will find out what internal commands
|
|
|
|
* are loaded
|
|
|
|
*
|
|
|
|
* 24 Jul 1998 (Hans B Pufal) [HBP_003]
|
|
|
|
* Fixed return value when called with /C option
|
|
|
|
*
|
|
|
|
* 27 Jul 1998 John P. Price
|
|
|
|
* added config.h include
|
|
|
|
*
|
|
|
|
* 28 Jul 1998 John P. Price
|
|
|
|
* added showcmds function to show commands and options available
|
|
|
|
*
|
|
|
|
* 07-Aug-1998 (John P Price <linux-guru@gcfl.net>)
|
|
|
|
* Fixed carrage return output to better match MSDOS with echo
|
|
|
|
* on or off. (marked with "JPP 19980708")
|
|
|
|
*
|
|
|
|
* 07-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>)
|
|
|
|
* First ReactOS release.
|
|
|
|
* Extended length of commandline buffers to 512.
|
|
|
|
*
|
|
|
|
* 13-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>)
|
|
|
|
* Added COMSPEC environment variable.
|
|
|
|
* Added "/t" support (color) on cmd command line.
|
|
|
|
*
|
|
|
|
* 07-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>)
|
|
|
|
* Added help text ("cmd /?").
|
|
|
|
*
|
|
|
|
* 25-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>)
|
|
|
|
* Unicode and redirection safe!
|
|
|
|
* Fixed redirections and piping.
|
|
|
|
* Piping is based on temporary files, but basic support
|
|
|
|
* for anonymous pipes already exists.
|
|
|
|
*
|
|
|
|
* 27-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>)
|
|
|
|
* Replaced spawnl() by CreateProcess().
|
1999-10-22 20:35:02 +00:00
|
|
|
*
|
|
|
|
* 22-Oct-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>)
|
|
|
|
* Added break handler.
|
1999-12-15 00:50:41 +00:00
|
|
|
*
|
|
|
|
* 15-Dec-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>)
|
|
|
|
* Fixed current directory
|
1999-12-28 23:13:38 +00:00
|
|
|
*
|
|
|
|
* 28-Dec-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>)
|
|
|
|
* Restore window title after program/batch execution
|
2001-02-03 10:40:19 +00:00
|
|
|
*
|
|
|
|
* 03-Feb-2001 (Eric Kohl <ekohl@rz-online.de>)
|
|
|
|
* Workaround because argc[0] is NULL under ReactOS
|
2001-02-28 22:33:23 +00:00
|
|
|
*
|
|
|
|
* 23-Feb-2001 (Carl Nettelblad <cnettel@hem.passagen.se>)
|
|
|
|
* %envvar% replacement conflicted with for.
|
1999-03-20 20:28:42 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
|
1998-12-08 04:31:41 +00:00
|
|
|
#include <windows.h>
|
1999-03-21 21:32:45 +00:00
|
|
|
#include <tchar.h>
|
1999-03-20 20:28:42 +00:00
|
|
|
#include <string.h>
|
|
|
|
#include <stdlib.h>
|
1999-03-21 21:32:45 +00:00
|
|
|
#include <ctype.h>
|
1999-04-14 23:48:27 +00:00
|
|
|
#include <stdio.h>
|
1998-12-08 04:31:41 +00:00
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
#include "cmd.h"
|
|
|
|
#include "batch.h"
|
1998-12-08 04:31:41 +00:00
|
|
|
|
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
BOOL bExit = FALSE; /* indicates EXIT was typed */
|
|
|
|
BOOL bCanExit = TRUE; /* indicates if this shell is exitable */
|
|
|
|
BOOL bCtrlBreak = FALSE; /* Ctrl-Break or Ctrl-C hit */
|
|
|
|
BOOL bIgnoreEcho = FALSE; /* Ignore 'newline' before 'cls' */
|
1999-03-21 21:32:45 +00:00
|
|
|
INT nErrorLevel = 0; /* Errorlevel of last launched external program */
|
1999-10-22 20:35:02 +00:00
|
|
|
BOOL bChildProcessRunning = FALSE;
|
|
|
|
DWORD dwChildProcessId = 0;
|
1999-03-20 20:28:42 +00:00
|
|
|
OSVERSIONINFO osvi;
|
|
|
|
HANDLE hIn;
|
|
|
|
HANDLE hOut;
|
|
|
|
|
|
|
|
#ifdef INCLUDE_CMD_COLOR
|
2000-05-26 06:06:05 +00:00
|
|
|
WORD wColor; /* current color */
|
|
|
|
WORD wDefColor; /* default color */
|
1999-03-20 20:28:42 +00:00
|
|
|
#endif
|
|
|
|
|
1998-12-08 04:31:41 +00:00
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
/*
|
|
|
|
* is character a delimeter when used on first word?
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
static BOOL IsDelimiter (TCHAR c)
|
|
|
|
{
|
|
|
|
return (c == _T('/') || c == _T('=') || c == _T('\0') || _istspace (c));
|
1998-12-08 04:31:41 +00:00
|
|
|
}
|
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* This command (in first) was not found in the command table
|
|
|
|
*
|
|
|
|
* first - first word on command line
|
|
|
|
* rest - rest of command line
|
|
|
|
*/
|
|
|
|
|
|
|
|
static VOID
|
|
|
|
Execute (LPTSTR first, LPTSTR rest)
|
1998-12-08 04:31:41 +00:00
|
|
|
{
|
1999-03-20 20:28:42 +00:00
|
|
|
TCHAR szFullName[MAX_PATH];
|
1999-12-28 23:13:38 +00:00
|
|
|
#ifndef __REACTOS__
|
|
|
|
TCHAR szWindowTitle[MAX_PATH];
|
|
|
|
#endif
|
1999-10-22 20:35:02 +00:00
|
|
|
DWORD dwExitCode = 0;
|
1999-03-20 20:28:42 +00:00
|
|
|
|
1999-12-15 00:50:41 +00:00
|
|
|
#ifdef _DEBUG
|
|
|
|
DebugPrintf ("Execute: \'%s\' \'%s\'\n", first, rest);
|
|
|
|
#endif
|
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
/* check for a drive change */
|
1999-12-15 00:50:41 +00:00
|
|
|
if ((_istalpha (first[0])) && (!_tcscmp (first + 1, _T(":"))))
|
1999-03-20 20:28:42 +00:00
|
|
|
{
|
|
|
|
TCHAR szPath[MAX_PATH];
|
1999-12-15 00:50:41 +00:00
|
|
|
TCHAR szVar[5];
|
|
|
|
|
|
|
|
#ifdef _DEBUG
|
|
|
|
DebugPrintf ("Drive change to drive %s\n", first);
|
|
|
|
#endif
|
|
|
|
/* save curent directory in environment variable */
|
|
|
|
GetCurrentDirectory (MAX_PATH, szPath);
|
|
|
|
|
|
|
|
_tcscpy (szVar, _T("=A:"));
|
|
|
|
szVar[1] = _totupper (szPath[0]);
|
|
|
|
|
|
|
|
SetEnvironmentVariable (szVar, szPath);
|
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
|
1999-12-15 00:50:41 +00:00
|
|
|
/* check for current directory of new drive */
|
|
|
|
_tcscpy (szVar, _T("=A:"));
|
|
|
|
szVar[1] = _totupper (*first);
|
|
|
|
|
|
|
|
if (GetEnvironmentVariable (szVar, szPath, MAX_PATH) == 0)
|
|
|
|
{
|
|
|
|
/* no environment variable found */
|
|
|
|
_tcscpy (szPath, _T("A:\\"));
|
|
|
|
szPath[0] = _totupper (*first);
|
|
|
|
}
|
|
|
|
|
|
|
|
#ifdef _DEBUG
|
|
|
|
DebugPrintf ("Drive change to drive %s\n", szPath);
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* set new current directory */
|
1999-03-20 20:28:42 +00:00
|
|
|
SetCurrentDirectory (szPath);
|
|
|
|
GetCurrentDirectory (MAX_PATH, szPath);
|
|
|
|
if (szPath[0] != (TCHAR)_totupper (*first))
|
|
|
|
ConErrPuts (INVALIDDRIVE);
|
1998-12-08 04:31:41 +00:00
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* get the PATH environment variable and parse it */
|
|
|
|
/* search the PATH environment variable for the binary */
|
1999-03-21 21:32:45 +00:00
|
|
|
if (!SearchForExecutable (first, szFullName))
|
1999-03-20 20:28:42 +00:00
|
|
|
{
|
|
|
|
error_bad_command ();
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
1999-12-28 23:13:38 +00:00
|
|
|
#ifndef __REACTOS__
|
|
|
|
GetConsoleTitle (szWindowTitle, MAX_PATH);
|
|
|
|
#endif
|
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
/* check if this is a .BAT or .CMD file */
|
|
|
|
if (!_tcsicmp (_tcsrchr (szFullName, _T('.')), _T(".bat")) ||
|
|
|
|
!_tcsicmp (_tcsrchr (szFullName, _T('.')), _T(".cmd")))
|
|
|
|
{
|
|
|
|
#ifdef _DEBUG
|
|
|
|
DebugPrintf ("[BATCH: %s %s]\n", szFullName, rest);
|
|
|
|
#endif
|
|
|
|
Batch (szFullName, first, rest);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
/* exec the program */
|
1999-04-16 00:16:18 +00:00
|
|
|
#ifndef __REACTOS__
|
2001-02-03 10:40:19 +00:00
|
|
|
TCHAR szFullCmdLine [CMDLINE_LENGTH];
|
1999-04-16 00:16:18 +00:00
|
|
|
#endif
|
1999-03-20 20:28:42 +00:00
|
|
|
PROCESS_INFORMATION prci;
|
|
|
|
STARTUPINFO stui;
|
|
|
|
|
|
|
|
#ifdef _DEBUG
|
|
|
|
DebugPrintf ("[EXEC: %s %s]\n", szFullName, rest);
|
|
|
|
#endif
|
1999-04-16 00:16:18 +00:00
|
|
|
#ifndef __REACTOS__
|
1999-03-20 20:28:42 +00:00
|
|
|
/* build command line for CreateProcess() */
|
|
|
|
_tcscpy (szFullCmdLine, szFullName);
|
1999-03-21 21:32:45 +00:00
|
|
|
_tcscat (szFullCmdLine, _T(" "));
|
1999-03-20 20:28:42 +00:00
|
|
|
_tcscat (szFullCmdLine, rest);
|
1999-04-16 00:16:18 +00:00
|
|
|
#endif
|
1999-03-20 20:28:42 +00:00
|
|
|
|
|
|
|
/* fill startup info */
|
|
|
|
memset (&stui, 0, sizeof (STARTUPINFO));
|
|
|
|
stui.cb = sizeof (STARTUPINFO);
|
|
|
|
stui.dwFlags = STARTF_USESHOWWINDOW;
|
|
|
|
stui.wShowWindow = SW_SHOWDEFAULT;
|
1999-04-16 00:16:18 +00:00
|
|
|
|
1999-10-03 22:20:33 +00:00
|
|
|
#ifndef __REACTOS__
|
1999-10-22 20:35:02 +00:00
|
|
|
if (CreateProcess (NULL,
|
|
|
|
szFullCmdLine,
|
|
|
|
NULL,
|
|
|
|
NULL,
|
|
|
|
FALSE,
|
|
|
|
CREATE_NEW_PROCESS_GROUP,
|
|
|
|
NULL,
|
|
|
|
NULL,
|
|
|
|
&stui,
|
|
|
|
&prci))
|
1999-04-16 00:16:18 +00:00
|
|
|
#else
|
1999-10-22 20:35:02 +00:00
|
|
|
if (CreateProcess (szFullName,
|
|
|
|
rest,
|
|
|
|
NULL,
|
|
|
|
NULL,
|
|
|
|
FALSE,
|
|
|
|
0,
|
|
|
|
NULL,
|
|
|
|
NULL,
|
|
|
|
&stui,
|
|
|
|
&prci))
|
1999-04-16 00:16:18 +00:00
|
|
|
#endif
|
1999-03-20 20:28:42 +00:00
|
|
|
{
|
1999-10-22 20:35:02 +00:00
|
|
|
/* FIXME: Protect this with critical section */
|
|
|
|
bChildProcessRunning = TRUE;
|
|
|
|
dwChildProcessId = prci.dwProcessId;
|
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
WaitForSingleObject (prci.hProcess, INFINITE);
|
1999-10-22 20:35:02 +00:00
|
|
|
|
|
|
|
/* FIXME: Protect this with critical section */
|
|
|
|
bChildProcessRunning = TRUE;
|
|
|
|
|
1999-03-21 21:32:45 +00:00
|
|
|
GetExitCodeProcess (prci.hProcess, &dwExitCode);
|
|
|
|
nErrorLevel = (INT)dwExitCode;
|
1999-03-20 20:28:42 +00:00
|
|
|
CloseHandle (prci.hThread);
|
|
|
|
CloseHandle (prci.hProcess);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
ErrorMessage (GetLastError (),
|
1999-09-12 18:23:31 +00:00
|
|
|
"Error executing CreateProcess()!!\n");
|
1999-03-20 20:28:42 +00:00
|
|
|
}
|
|
|
|
}
|
1999-12-28 23:13:38 +00:00
|
|
|
|
|
|
|
#ifndef __REACTOS__
|
|
|
|
SetConsoleTitle (szWindowTitle);
|
|
|
|
#endif
|
1998-12-08 04:31:41 +00:00
|
|
|
}
|
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* look through the internal commands and determine whether or not this
|
|
|
|
* command is one of them. If it is, call the command. If not, call
|
|
|
|
* execute to run it as an external program.
|
|
|
|
*
|
|
|
|
* line - the command line of the program to run
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
static VOID
|
|
|
|
DoCommand (LPTSTR line)
|
1998-12-08 04:31:41 +00:00
|
|
|
{
|
1999-03-20 20:28:42 +00:00
|
|
|
TCHAR com[MAX_PATH]; /* the first word in the command */
|
|
|
|
LPTSTR cp = com;
|
|
|
|
LPTSTR cstart;
|
|
|
|
LPTSTR rest = line; /* pointer to the rest of the command line */
|
|
|
|
INT cl;
|
|
|
|
LPCOMMAND cmdptr;
|
|
|
|
|
1999-12-15 00:50:41 +00:00
|
|
|
#ifdef _DEBUG
|
|
|
|
DebugPrintf ("DoCommand: (\'%s\')\n", line);
|
|
|
|
#endif /* DEBUG */
|
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
/* Skip over initial white space */
|
|
|
|
while (isspace (*rest))
|
|
|
|
rest++;
|
|
|
|
|
|
|
|
cstart = rest;
|
|
|
|
|
|
|
|
/* Anything to do ? */
|
|
|
|
if (*rest)
|
|
|
|
{
|
|
|
|
/* Copy over 1st word as lower case */
|
|
|
|
while (!IsDelimiter (*rest))
|
|
|
|
*cp++ = _totlower (*rest++);
|
|
|
|
|
|
|
|
/* Terminate first word */
|
|
|
|
*cp = _T('\0');
|
|
|
|
|
|
|
|
/* Skip over whitespace to rest of line */
|
|
|
|
while (_istspace (*rest))
|
|
|
|
rest++;
|
|
|
|
|
|
|
|
/* Scan internal command table */
|
|
|
|
for (cmdptr = cmds;; cmdptr++)
|
|
|
|
{
|
|
|
|
/* If end of table execute ext cmd */
|
|
|
|
if (cmdptr->name == NULL)
|
|
|
|
{
|
|
|
|
Execute (com, rest);
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!_tcscmp (com, cmdptr->name))
|
|
|
|
{
|
|
|
|
cmdptr->func (com, rest);
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* The following code handles the case of commands like CD which
|
|
|
|
* are recognised even when the command name and parameter are
|
|
|
|
* not space separated.
|
|
|
|
*
|
|
|
|
* e.g dir..
|
|
|
|
* cd\freda
|
|
|
|
*/
|
1998-12-08 04:31:41 +00:00
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
/* Get length of command name */
|
|
|
|
cl = _tcslen (cmdptr->name);
|
1998-12-08 04:31:41 +00:00
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
if ((cmdptr->flags & CMD_SPECIAL) &&
|
1999-03-21 21:32:45 +00:00
|
|
|
(!_tcsncmp (cmdptr->name, com, cl)) &&
|
|
|
|
(_tcschr (_T("\\.-"), *(com + cl))))
|
1999-03-20 20:28:42 +00:00
|
|
|
{
|
|
|
|
/* OK its one of the specials...*/
|
|
|
|
|
|
|
|
/* Terminate first word properly */
|
|
|
|
com[cl] = _T('\0');
|
|
|
|
|
|
|
|
/* Call with new rest */
|
|
|
|
cmdptr->func (com, cstart + cl);
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
1998-12-08 04:31:41 +00:00
|
|
|
}
|
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* process the command line and execute the appropriate functions
|
|
|
|
* full input/output redirection and piping are supported
|
|
|
|
*/
|
|
|
|
|
1999-10-03 22:20:33 +00:00
|
|
|
VOID ParseCommandLine (LPTSTR cmd)
|
1998-12-08 04:31:41 +00:00
|
|
|
{
|
1999-10-03 22:20:33 +00:00
|
|
|
TCHAR cmdline[CMDLINE_LENGTH];
|
|
|
|
LPTSTR s;
|
1999-03-20 20:28:42 +00:00
|
|
|
#ifdef FEATURE_REDIRECTION
|
|
|
|
TCHAR in[CMDLINE_LENGTH] = "";
|
|
|
|
TCHAR out[CMDLINE_LENGTH] = "";
|
|
|
|
TCHAR err[CMDLINE_LENGTH] = "";
|
|
|
|
TCHAR szTempPath[MAX_PATH] = _T(".\\");
|
|
|
|
TCHAR szFileName[2][MAX_PATH] = {"", ""};
|
|
|
|
HANDLE hFile[2] = {INVALID_HANDLE_VALUE, INVALID_HANDLE_VALUE};
|
|
|
|
LPTSTR t = NULL;
|
|
|
|
INT num = 0;
|
|
|
|
INT nRedirFlags = 0;
|
|
|
|
|
|
|
|
HANDLE hOldConIn;
|
|
|
|
HANDLE hOldConOut;
|
|
|
|
HANDLE hOldConErr;
|
|
|
|
#endif /* FEATURE_REDIRECTION */
|
|
|
|
|
1999-10-03 22:20:33 +00:00
|
|
|
_tcscpy (cmdline, cmd);
|
|
|
|
s = &cmdline[0];
|
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
#ifdef _DEBUG
|
1999-12-15 00:50:41 +00:00
|
|
|
DebugPrintf ("ParseCommandLine: (\'%s\')\n", s);
|
1999-10-03 22:20:33 +00:00
|
|
|
#endif /* DEBUG */
|
1999-03-20 20:28:42 +00:00
|
|
|
|
|
|
|
#ifdef FEATURE_ALIASES
|
|
|
|
/* expand all aliases */
|
|
|
|
ExpandAlias (s, CMDLINE_LENGTH);
|
|
|
|
#endif /* FEATURE_ALIAS */
|
|
|
|
|
|
|
|
#ifdef FEATURE_REDIRECTION
|
|
|
|
/* find the temp path to store temporary files */
|
|
|
|
GetTempPath (MAX_PATH, szTempPath);
|
|
|
|
if (szTempPath[_tcslen (szTempPath) - 1] != _T('\\'))
|
|
|
|
_tcscat (szTempPath, _T("\\"));
|
|
|
|
|
|
|
|
/* get the redirections from the command line */
|
|
|
|
num = GetRedirection (s, in, out, err, &nRedirFlags);
|
|
|
|
|
|
|
|
/* more efficient, but do we really need to do this? */
|
|
|
|
for (t = in; _istspace (*t); t++)
|
|
|
|
;
|
|
|
|
_tcscpy (in, t);
|
|
|
|
|
|
|
|
for (t = out; _istspace (*t); t++)
|
|
|
|
;
|
|
|
|
_tcscpy (out, t);
|
|
|
|
|
|
|
|
for (t = err; _istspace (*t); t++)
|
|
|
|
;
|
|
|
|
_tcscpy (err, t);
|
|
|
|
|
|
|
|
/* Set up the initial conditions ... */
|
|
|
|
/* preserve STDIN, STDOUT and STDERR handles */
|
|
|
|
hOldConIn = GetStdHandle (STD_INPUT_HANDLE);
|
|
|
|
hOldConOut = GetStdHandle (STD_OUTPUT_HANDLE);
|
|
|
|
hOldConErr = GetStdHandle (STD_ERROR_HANDLE);
|
|
|
|
|
|
|
|
/* redirect STDIN */
|
|
|
|
if (in[0])
|
|
|
|
{
|
|
|
|
HANDLE hFile;
|
|
|
|
|
|
|
|
hFile = CreateFile (in, GENERIC_READ, 0, NULL, OPEN_EXISTING,
|
1999-10-22 20:35:02 +00:00
|
|
|
FILE_ATTRIBUTE_NORMAL, NULL);
|
1999-03-20 20:28:42 +00:00
|
|
|
if (hFile == INVALID_HANDLE_VALUE)
|
|
|
|
{
|
|
|
|
ConErrPrintf ("Can't redirect input from file %s\n", in);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!SetStdHandle (STD_INPUT_HANDLE, hFile))
|
|
|
|
{
|
|
|
|
ConErrPrintf ("Can't redirect input from file %s\n", in);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
#ifdef _DEBUG
|
|
|
|
DebugPrintf (_T("Input redirected from: %s\n"), in);
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Now do all but the last pipe command */
|
|
|
|
*szFileName[0] = '\0';
|
|
|
|
hFile[0] = INVALID_HANDLE_VALUE;
|
|
|
|
|
|
|
|
while (num-- > 1)
|
|
|
|
{
|
|
|
|
/* Create unique temporary file name */
|
|
|
|
GetTempFileName (szTempPath, "CMD", 0, szFileName[1]);
|
|
|
|
|
|
|
|
/* Set current stdout to temporary file */
|
|
|
|
hFile[1] = CreateFile (szFileName[1], GENERIC_WRITE, 0, NULL,
|
1999-10-23 18:17:37 +00:00
|
|
|
TRUNCATE_EXISTING, FILE_ATTRIBUTE_TEMPORARY, NULL);
|
1999-03-20 20:28:42 +00:00
|
|
|
SetStdHandle (STD_OUTPUT_HANDLE, hFile[1]);
|
|
|
|
|
|
|
|
DoCommand (s);
|
|
|
|
|
|
|
|
/* close stdout file */
|
|
|
|
SetStdHandle (STD_OUTPUT_HANDLE, hOldConOut);
|
|
|
|
if ((hFile[1] != INVALID_HANDLE_VALUE) && (hFile[1] != hOldConOut))
|
|
|
|
{
|
|
|
|
CloseHandle (hFile[1]);
|
|
|
|
hFile[1] = INVALID_HANDLE_VALUE;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* close old stdin file */
|
|
|
|
SetStdHandle (STD_INPUT_HANDLE, hOldConIn);
|
|
|
|
if ((hFile[0] != INVALID_HANDLE_VALUE) && (hFile[0] != hOldConIn))
|
|
|
|
{
|
|
|
|
/* delete old stdin file, if it is a real file */
|
|
|
|
CloseHandle (hFile[0]);
|
|
|
|
hFile[0] = INVALID_HANDLE_VALUE;
|
|
|
|
DeleteFile (szFileName[0]);
|
|
|
|
*szFileName[0] = _T('\0');
|
|
|
|
}
|
|
|
|
|
|
|
|
/* copy stdout file name to stdin file name */
|
|
|
|
_tcscpy (szFileName[0], szFileName[1]);
|
|
|
|
*szFileName[1] = _T('\0');
|
|
|
|
|
|
|
|
/* open new stdin file */
|
|
|
|
hFile[0] = CreateFile (szFileName[0], GENERIC_READ, 0, NULL,
|
1999-10-22 20:35:02 +00:00
|
|
|
OPEN_EXISTING, FILE_ATTRIBUTE_TEMPORARY, NULL);
|
1999-03-20 20:28:42 +00:00
|
|
|
SetStdHandle (STD_INPUT_HANDLE, hFile[0]);
|
|
|
|
|
|
|
|
s = s + _tcslen (s) + 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Now set up the end conditions... */
|
|
|
|
/* redirect STDOUT */
|
|
|
|
if (out[0])
|
|
|
|
{
|
|
|
|
/* Final output to here */
|
|
|
|
HANDLE hFile;
|
|
|
|
|
|
|
|
hFile = CreateFile (out, GENERIC_WRITE, 0, NULL,
|
1999-10-22 20:35:02 +00:00
|
|
|
(nRedirFlags & OUTPUT_APPEND) ? OPEN_ALWAYS : CREATE_ALWAYS,
|
|
|
|
FILE_ATTRIBUTE_NORMAL, NULL);
|
1999-03-20 20:28:42 +00:00
|
|
|
if (hFile == INVALID_HANDLE_VALUE)
|
|
|
|
{
|
|
|
|
ConErrPrintf ("Can't redirect to file %s\n", out);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!SetStdHandle (STD_OUTPUT_HANDLE, hFile))
|
|
|
|
{
|
|
|
|
ConErrPrintf ("Can't redirect to file %s\n", out);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (nRedirFlags & OUTPUT_APPEND)
|
|
|
|
{
|
|
|
|
LONG lHighPos = 0;
|
|
|
|
|
|
|
|
if (GetFileType (hFile) == FILE_TYPE_DISK)
|
|
|
|
SetFilePointer (hFile, 0, &lHighPos, FILE_END);
|
|
|
|
}
|
|
|
|
#ifdef _DEBUG
|
|
|
|
DebugPrintf (_T("Output redirected to: %s\n"), out);
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
else if (hOldConOut != INVALID_HANDLE_VALUE)
|
|
|
|
{
|
|
|
|
/* Restore original stdout */
|
|
|
|
HANDLE hOut = GetStdHandle (STD_OUTPUT_HANDLE);
|
|
|
|
SetStdHandle (STD_OUTPUT_HANDLE, hOldConOut);
|
|
|
|
if (hOldConOut != hOut)
|
|
|
|
CloseHandle (hOut);
|
|
|
|
hOldConOut = INVALID_HANDLE_VALUE;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* redirect STDERR */
|
|
|
|
if (err[0])
|
|
|
|
{
|
|
|
|
/* Final output to here */
|
|
|
|
HANDLE hFile;
|
|
|
|
|
|
|
|
if (!_tcscmp (err, out))
|
|
|
|
{
|
|
|
|
#ifdef _DEBUG
|
|
|
|
DebugPrintf (_T("Stdout and stderr will use the same file!!\n"));
|
|
|
|
#endif
|
1999-10-22 20:35:02 +00:00
|
|
|
DuplicateHandle (GetCurrentProcess (),
|
|
|
|
GetStdHandle (STD_OUTPUT_HANDLE),
|
|
|
|
GetCurrentProcess (),
|
|
|
|
&hFile, 0, TRUE, DUPLICATE_SAME_ACCESS);
|
1999-03-20 20:28:42 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
1999-10-22 20:35:02 +00:00
|
|
|
hFile = CreateFile (err,
|
|
|
|
GENERIC_WRITE,
|
|
|
|
0,
|
|
|
|
NULL,
|
|
|
|
(nRedirFlags & ERROR_APPEND) ? OPEN_ALWAYS : CREATE_ALWAYS,
|
|
|
|
FILE_ATTRIBUTE_NORMAL,
|
|
|
|
NULL);
|
1999-03-20 20:28:42 +00:00
|
|
|
if (hFile == INVALID_HANDLE_VALUE)
|
|
|
|
{
|
|
|
|
ConErrPrintf ("Can't redirect to file %s\n", err);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (!SetStdHandle (STD_ERROR_HANDLE, hFile))
|
|
|
|
{
|
|
|
|
ConErrPrintf ("Can't redirect to file %s\n", err);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (nRedirFlags & ERROR_APPEND)
|
|
|
|
{
|
|
|
|
LONG lHighPos = 0;
|
|
|
|
|
|
|
|
if (GetFileType (hFile) == FILE_TYPE_DISK)
|
|
|
|
SetFilePointer (hFile, 0, &lHighPos, FILE_END);
|
|
|
|
}
|
|
|
|
#ifdef _DEBUG
|
|
|
|
DebugPrintf (_T("Error redirected to: %s\n"), err);
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
else if (hOldConErr != INVALID_HANDLE_VALUE)
|
|
|
|
{
|
|
|
|
/* Restore original stderr */
|
|
|
|
HANDLE hErr = GetStdHandle (STD_ERROR_HANDLE);
|
|
|
|
SetStdHandle (STD_ERROR_HANDLE, hOldConErr);
|
|
|
|
if (hOldConErr != hErr)
|
|
|
|
CloseHandle (hErr);
|
|
|
|
hOldConErr = INVALID_HANDLE_VALUE;
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* process final command */
|
|
|
|
DoCommand (s);
|
|
|
|
|
|
|
|
#ifdef FEATURE_REDIRECTION
|
|
|
|
/* close old stdin file */
|
|
|
|
#if 0 /* buggy implementation */
|
|
|
|
SetStdHandle (STD_INPUT_HANDLE, hOldConIn);
|
|
|
|
if ((hFile[0] != INVALID_HANDLE_VALUE) &&
|
|
|
|
(hFile[0] != hOldConIn))
|
|
|
|
{
|
|
|
|
/* delete old stdin file, if it is a real file */
|
|
|
|
CloseHandle (hFile[0]);
|
|
|
|
hFile[0] = INVALID_HANDLE_VALUE;
|
|
|
|
DeleteFile (szFileName[0]);
|
|
|
|
*szFileName[0] = _T('\0');
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Restore original STDIN */
|
|
|
|
if (hOldConIn != INVALID_HANDLE_VALUE)
|
|
|
|
{
|
|
|
|
HANDLE hIn = GetStdHandle (STD_INPUT_HANDLE);
|
|
|
|
SetStdHandle (STD_INPUT_HANDLE, hOldConIn);
|
|
|
|
if (hOldConIn != hIn)
|
|
|
|
CloseHandle (hIn);
|
|
|
|
hOldConIn = INVALID_HANDLE_VALUE;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
#ifdef _DEBUG
|
|
|
|
DebugPrintf (_T("Can't restore STDIN! Is invalid!!\n"), out);
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
#endif /* buggy implementation */
|
|
|
|
|
|
|
|
|
|
|
|
if (hOldConIn != INVALID_HANDLE_VALUE)
|
|
|
|
{
|
|
|
|
HANDLE hIn = GetStdHandle (STD_INPUT_HANDLE);
|
|
|
|
SetStdHandle (STD_INPUT_HANDLE, hOldConIn);
|
|
|
|
if (hIn == INVALID_HANDLE_VALUE)
|
|
|
|
{
|
|
|
|
#ifdef _DEBUG
|
|
|
|
DebugPrintf (_T("Previous STDIN is invalid!!\n"));
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
if (GetFileType (hIn) == FILE_TYPE_DISK)
|
|
|
|
{
|
|
|
|
if (hFile[0] == hIn)
|
|
|
|
{
|
|
|
|
CloseHandle (hFile[0]);
|
|
|
|
hFile[0] = INVALID_HANDLE_VALUE;
|
|
|
|
DeleteFile (szFileName[0]);
|
|
|
|
*szFileName[0] = _T('\0');
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
#ifdef _DEBUG
|
|
|
|
DebugPrintf (_T("hFile[0] and hIn dont match!!!\n"));
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Restore original STDOUT */
|
|
|
|
if (hOldConOut != INVALID_HANDLE_VALUE)
|
|
|
|
{
|
|
|
|
HANDLE hOut = GetStdHandle (STD_OUTPUT_HANDLE);
|
|
|
|
SetStdHandle (STD_OUTPUT_HANDLE, hOldConOut);
|
|
|
|
if (hOldConOut != hOut)
|
|
|
|
CloseHandle (hOut);
|
|
|
|
hOldConOut = INVALID_HANDLE_VALUE;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Restore original STDERR */
|
|
|
|
if (hOldConErr != INVALID_HANDLE_VALUE)
|
|
|
|
{
|
|
|
|
HANDLE hErr = GetStdHandle (STD_ERROR_HANDLE);
|
|
|
|
SetStdHandle (STD_ERROR_HANDLE, hOldConErr);
|
|
|
|
if (hOldConErr != hErr)
|
|
|
|
CloseHandle (hErr);
|
|
|
|
hOldConErr = INVALID_HANDLE_VALUE;
|
|
|
|
}
|
|
|
|
#endif /* FEATURE_REDIRECTION */
|
1998-12-08 04:31:41 +00:00
|
|
|
}
|
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* do the prompt/input/process loop
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
static INT
|
|
|
|
ProcessInput (BOOL bFlag)
|
1998-12-08 04:31:41 +00:00
|
|
|
{
|
1999-03-20 20:28:42 +00:00
|
|
|
TCHAR commandline[CMDLINE_LENGTH];
|
|
|
|
TCHAR readline[CMDLINE_LENGTH];
|
2001-04-26 11:31:33 +00:00
|
|
|
LPTSTR tp = NULL;
|
1999-03-20 20:28:42 +00:00
|
|
|
LPTSTR ip;
|
|
|
|
LPTSTR cp;
|
|
|
|
BOOL bEchoThisLine;
|
|
|
|
|
|
|
|
do
|
|
|
|
{
|
|
|
|
/* if no batch input then... */
|
|
|
|
if (!(ip = ReadBatchLine (&bEchoThisLine)))
|
|
|
|
{
|
|
|
|
if (bFlag)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
ReadCommand (readline, CMDLINE_LENGTH);
|
|
|
|
ip = readline;
|
|
|
|
bEchoThisLine = FALSE;
|
|
|
|
}
|
|
|
|
|
|
|
|
cp = commandline;
|
|
|
|
while (*ip)
|
|
|
|
{
|
|
|
|
if (*ip == _T('%'))
|
|
|
|
{
|
|
|
|
switch (*++ip)
|
|
|
|
{
|
|
|
|
case _T('%'):
|
|
|
|
*cp++ = *ip++;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case _T('0'):
|
|
|
|
case _T('1'):
|
|
|
|
case _T('2'):
|
|
|
|
case _T('3'):
|
|
|
|
case _T('4'):
|
|
|
|
case _T('5'):
|
|
|
|
case _T('6'):
|
|
|
|
case _T('7'):
|
|
|
|
case _T('8'):
|
|
|
|
case _T('9'):
|
1999-03-21 21:32:45 +00:00
|
|
|
if ((tp = FindArg (*ip - _T('0'))))
|
1999-03-20 20:28:42 +00:00
|
|
|
{
|
|
|
|
cp = stpcpy (cp, tp);
|
|
|
|
ip++;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
*cp++ = _T('%');
|
|
|
|
break;
|
|
|
|
|
|
|
|
case _T('?'):
|
1999-09-12 18:23:31 +00:00
|
|
|
cp += _stprintf (cp, _T("%u"), nErrorLevel);
|
1999-03-20 20:28:42 +00:00
|
|
|
ip++;
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2001-04-26 11:31:33 +00:00
|
|
|
if ((tp == _tcschr(ip, _T('%'))) &&
|
|
|
|
(tp <= _tcschr(ip, _T(' '))-1))
|
1999-03-20 20:28:42 +00:00
|
|
|
{
|
|
|
|
char evar[512];
|
|
|
|
*tp = _T('\0');
|
|
|
|
|
|
|
|
/* FIXME: This is just a quick hack!! */
|
|
|
|
/* Do a proper memory allocation!! */
|
|
|
|
if (GetEnvironmentVariable (ip, evar, 512))
|
|
|
|
cp = stpcpy (cp, evar);
|
|
|
|
|
|
|
|
ip = tp + 1;
|
|
|
|
}
|
2001-02-28 22:33:23 +00:00
|
|
|
else
|
|
|
|
{
|
|
|
|
*cp++ = _T('%');
|
|
|
|
}
|
1999-03-20 20:28:42 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (_istcntrl (*ip))
|
|
|
|
*ip = _T(' ');
|
|
|
|
*cp++ = *ip++;
|
|
|
|
}
|
|
|
|
|
|
|
|
*cp = _T('\0');
|
|
|
|
|
|
|
|
/* strip trailing spaces */
|
2001-02-28 22:33:23 +00:00
|
|
|
while ((--cp >= commandline) && _istspace (*cp));
|
1999-03-20 20:28:42 +00:00
|
|
|
|
|
|
|
*(cp + 1) = _T('\0');
|
|
|
|
|
|
|
|
/* JPP 19980807 */
|
|
|
|
/* Echo batch file line */
|
|
|
|
if (bEchoThisLine)
|
|
|
|
{
|
|
|
|
PrintPrompt ();
|
|
|
|
ConOutPuts (commandline);
|
|
|
|
}
|
|
|
|
|
|
|
|
if (*commandline)
|
|
|
|
{
|
|
|
|
ParseCommandLine (commandline);
|
|
|
|
if (bEcho && !bIgnoreEcho)
|
|
|
|
ConOutChar ('\n');
|
|
|
|
bIgnoreEcho = FALSE;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
while (!bCanExit || !bExit);
|
|
|
|
|
|
|
|
return 0;
|
1998-12-08 04:31:41 +00:00
|
|
|
}
|
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* control-break handler.
|
|
|
|
*/
|
|
|
|
BOOL BreakHandler (DWORD dwCtrlType)
|
1998-12-08 04:31:41 +00:00
|
|
|
{
|
1999-10-22 20:35:02 +00:00
|
|
|
if ((dwCtrlType != CTRL_C_EVENT) &&
|
|
|
|
(dwCtrlType != CTRL_BREAK_EVENT))
|
|
|
|
return FALSE;
|
|
|
|
|
|
|
|
if (bChildProcessRunning == TRUE)
|
1999-03-20 20:28:42 +00:00
|
|
|
{
|
1999-10-22 20:35:02 +00:00
|
|
|
GenerateConsoleCtrlEvent (CTRL_C_EVENT,
|
|
|
|
dwChildProcessId);
|
1999-03-20 20:28:42 +00:00
|
|
|
return TRUE;
|
|
|
|
}
|
1999-10-22 20:35:02 +00:00
|
|
|
|
|
|
|
/* FIXME: Handle batch files */
|
|
|
|
|
|
|
|
/* FIXME: Print "^C" */
|
|
|
|
|
|
|
|
|
|
|
|
return TRUE;
|
1998-12-08 04:31:41 +00:00
|
|
|
}
|
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
|
1999-12-15 00:50:41 +00:00
|
|
|
VOID AddBreakHandler (VOID)
|
|
|
|
{
|
|
|
|
#ifndef __REACTOS__
|
|
|
|
SetConsoleCtrlHandler ((PHANDLER_ROUTINE)&BreakHandler,
|
|
|
|
TRUE);
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
VOID RemoveBreakHandler (VOID)
|
|
|
|
{
|
|
|
|
#ifndef __REACTOS__
|
|
|
|
SetConsoleCtrlHandler (NULL, FALSE);
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
/*
|
|
|
|
* show commands and options that are available.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
static VOID
|
|
|
|
ShowCommands (VOID)
|
1998-12-08 04:31:41 +00:00
|
|
|
{
|
2000-07-19 06:58:13 +00:00
|
|
|
/* print command list */
|
1999-03-20 20:28:42 +00:00
|
|
|
ConOutPrintf (_T("\nInternal commands available:\n"));
|
2000-07-19 06:58:13 +00:00
|
|
|
PrintCommandList ();
|
1999-03-20 20:28:42 +00:00
|
|
|
|
|
|
|
/* print feature list */
|
|
|
|
ConOutPuts ("\nFeatures available:");
|
|
|
|
#ifdef FEATURE_ALIASES
|
|
|
|
ConOutPuts (" [aliases]");
|
|
|
|
#endif
|
|
|
|
#ifdef FEATURE_HISTORY
|
|
|
|
ConOutPuts (" [history]");
|
|
|
|
#endif
|
|
|
|
#ifdef FEATURE_UNIX_FILENAME_COMPLETION
|
|
|
|
ConOutPuts (" [unix filename completion]");
|
|
|
|
#endif
|
|
|
|
#ifdef FEATURE_DIRECTORY_STACK
|
|
|
|
ConOutPuts (" [directory stack]");
|
|
|
|
#endif
|
|
|
|
#ifdef FEATURE_REDIRECTION
|
|
|
|
ConOutPuts (" [redirections and piping]");
|
|
|
|
#endif
|
1999-09-12 18:23:31 +00:00
|
|
|
ConOutChar ('\n');
|
1998-12-08 04:31:41 +00:00
|
|
|
}
|
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* set up global initializations and process parameters
|
|
|
|
*
|
|
|
|
* argc - number of parameters to command.com
|
|
|
|
* argv - command-line parameters
|
|
|
|
*
|
|
|
|
*/
|
1999-10-03 22:20:33 +00:00
|
|
|
static VOID
|
|
|
|
Initialize (int argc, char *argv[])
|
1998-12-08 04:31:41 +00:00
|
|
|
{
|
1999-10-03 22:20:33 +00:00
|
|
|
TCHAR commandline[CMDLINE_LENGTH];
|
1999-03-20 20:28:42 +00:00
|
|
|
INT i;
|
|
|
|
|
|
|
|
#ifdef _DEBUG
|
|
|
|
INT x;
|
|
|
|
|
|
|
|
DebugPrintf ("[command args:\n");
|
|
|
|
for (x = 0; x < argc; x++)
|
|
|
|
{
|
|
|
|
DebugPrintf ("%d. %s\n", x, argv[x]);
|
|
|
|
}
|
|
|
|
DebugPrintf ("]\n");
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* get version information */
|
1999-09-12 18:23:31 +00:00
|
|
|
osvi.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
|
|
|
|
GetVersionEx (&osvi);
|
1999-03-20 20:28:42 +00:00
|
|
|
|
1999-09-12 18:23:31 +00:00
|
|
|
InitLocale ();
|
1999-03-20 20:28:42 +00:00
|
|
|
|
|
|
|
/* get default input and output console handles */
|
|
|
|
hOut = GetStdHandle (STD_OUTPUT_HANDLE);
|
|
|
|
hIn = GetStdHandle (STD_INPUT_HANDLE);
|
|
|
|
|
1999-10-22 20:35:02 +00:00
|
|
|
SetConsoleMode (hIn, ENABLE_PROCESSED_INPUT);
|
|
|
|
|
1999-10-03 22:20:33 +00:00
|
|
|
if (argc >= 2 && !_tcsncmp (argv[1], _T("/?"), 2))
|
|
|
|
{
|
1999-10-23 18:17:37 +00:00
|
|
|
ConOutPuts (_T("Starts a new instance of the ReactOS command line interpreter.\n"
|
|
|
|
"\n"
|
|
|
|
"CMD [/[C|K] command][/P][/Q][/T:bf]\n"
|
|
|
|
"\n"
|
|
|
|
" /C command Runs the specified command and terminates.\n"
|
|
|
|
" /K command Runs the specified command and remains.\n"
|
|
|
|
" /P CMD becomes permanent and runs autoexec.bat\n"
|
|
|
|
" (cannot be terminated).\n"
|
|
|
|
" /T:bf Sets the background/foreground color (see COLOR command)."));
|
1999-10-03 22:20:33 +00:00
|
|
|
ExitProcess (0);
|
|
|
|
}
|
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
#ifdef INCLUDE_CMD_CHDIR
|
|
|
|
InitLastPath ();
|
|
|
|
#endif
|
|
|
|
|
1999-10-03 22:20:33 +00:00
|
|
|
#ifdef FATURE_ALIASES
|
|
|
|
InitializeAlias ();
|
|
|
|
#endif
|
|
|
|
|
1999-09-12 18:23:31 +00:00
|
|
|
if (argc >= 2)
|
1999-03-20 20:28:42 +00:00
|
|
|
{
|
1999-10-03 22:20:33 +00:00
|
|
|
for (i = 1; i < argc; i++)
|
1999-03-20 20:28:42 +00:00
|
|
|
{
|
1999-10-03 22:20:33 +00:00
|
|
|
if (!_tcsicmp (argv[i], _T("/p")))
|
1999-03-20 20:28:42 +00:00
|
|
|
{
|
1999-10-03 22:20:33 +00:00
|
|
|
if (!IsValidFileName (_T("\\autoexec.bat")))
|
1999-03-20 20:28:42 +00:00
|
|
|
{
|
|
|
|
#ifdef INCLUDE_CMD_DATE
|
1999-10-03 22:20:33 +00:00
|
|
|
cmd_date ("", "");
|
1999-03-20 20:28:42 +00:00
|
|
|
#endif
|
|
|
|
#ifdef INCLUDE_CMD_TIME
|
1999-10-03 22:20:33 +00:00
|
|
|
cmd_time ("", "");
|
1999-03-20 20:28:42 +00:00
|
|
|
#endif
|
|
|
|
}
|
1999-10-03 22:20:33 +00:00
|
|
|
else
|
1999-03-20 20:28:42 +00:00
|
|
|
{
|
1999-10-03 22:20:33 +00:00
|
|
|
ParseCommandLine (_T("\\autoexec.bat"));
|
1999-03-20 20:28:42 +00:00
|
|
|
}
|
1999-10-03 22:20:33 +00:00
|
|
|
bCanExit = FALSE;
|
|
|
|
}
|
|
|
|
else if (!_tcsicmp (argv[i], _T("/c")))
|
|
|
|
{
|
1999-10-23 18:17:37 +00:00
|
|
|
/* This just runs a program and exits */
|
1999-10-03 22:20:33 +00:00
|
|
|
++i;
|
2000-07-19 06:58:13 +00:00
|
|
|
if (argv[i])
|
1999-03-20 20:28:42 +00:00
|
|
|
{
|
2000-07-19 06:58:13 +00:00
|
|
|
_tcscpy (commandline, argv[i]);
|
|
|
|
while (argv[++i])
|
|
|
|
{
|
|
|
|
_tcscat (commandline, " ");
|
|
|
|
_tcscat (commandline, argv[i]);
|
|
|
|
}
|
|
|
|
|
|
|
|
ParseCommandLine(commandline);
|
|
|
|
ExitProcess (ProcessInput (TRUE));
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
ExitProcess (0);
|
1999-03-20 20:28:42 +00:00
|
|
|
}
|
|
|
|
}
|
1999-10-23 18:17:37 +00:00
|
|
|
else if (!_tcsicmp (argv[i], _T("/k")))
|
|
|
|
{
|
|
|
|
/* This just runs a program and remains */
|
|
|
|
++i;
|
2000-07-19 06:58:13 +00:00
|
|
|
if (argv[i])
|
1999-10-23 18:17:37 +00:00
|
|
|
{
|
2000-07-19 06:58:13 +00:00
|
|
|
_tcscpy (commandline, argv[i]);
|
|
|
|
while (argv[++i])
|
|
|
|
{
|
|
|
|
_tcscat (commandline, " ");
|
|
|
|
_tcscat (commandline, argv[i]);
|
|
|
|
}
|
|
|
|
|
|
|
|
ParseCommandLine(commandline);
|
1999-10-23 18:17:37 +00:00
|
|
|
}
|
|
|
|
}
|
1999-10-03 22:20:33 +00:00
|
|
|
#ifdef INCLUDE_CMD_COLOR
|
|
|
|
else if (!_tcsnicmp (argv[i], _T("/t:"), 3))
|
|
|
|
{
|
|
|
|
/* process /t (color) argument */
|
|
|
|
wDefColor = (WORD)strtoul (&argv[i][3], NULL, 16);
|
|
|
|
wColor = wDefColor;
|
1999-11-04 11:29:36 +00:00
|
|
|
SetScreenColor (wColor, TRUE);
|
1999-10-03 22:20:33 +00:00
|
|
|
}
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
1999-10-23 18:17:37 +00:00
|
|
|
ShortVersion ();
|
|
|
|
ShowCommands ();
|
|
|
|
|
1999-10-03 22:20:33 +00:00
|
|
|
/* run cmdstart.bat */
|
|
|
|
if (IsValidFileName (_T("cmdstart.bat")))
|
|
|
|
{
|
|
|
|
ParseCommandLine (_T("cmdstart.bat"));
|
|
|
|
}
|
|
|
|
else if (IsValidFileName (_T("\\cmdstart.bat")))
|
|
|
|
{
|
|
|
|
ParseCommandLine (_T("\\cmdstart.bat"));
|
|
|
|
}
|
2001-02-03 10:40:19 +00:00
|
|
|
#ifndef __REACTOS__
|
1999-10-03 22:20:33 +00:00
|
|
|
else
|
|
|
|
{
|
|
|
|
/* try to run cmdstart.bat from install dir */
|
|
|
|
LPTSTR p;
|
|
|
|
|
|
|
|
_tcscpy (commandline, argv[0]);
|
|
|
|
p = _tcsrchr (commandline, _T('\\')) + 1;
|
|
|
|
_tcscpy (p, _T("cmdstart.bat"));
|
|
|
|
|
|
|
|
if (IsValidFileName (_T("commandline")))
|
|
|
|
{
|
|
|
|
ConErrPrintf ("Running %s...\n", commandline);
|
|
|
|
ParseCommandLine (commandline);
|
1999-03-20 20:28:42 +00:00
|
|
|
}
|
|
|
|
}
|
2001-02-03 10:40:19 +00:00
|
|
|
#endif
|
1999-03-20 20:28:42 +00:00
|
|
|
|
|
|
|
#ifdef FEATURE_DIR_STACK
|
|
|
|
/* initialize directory stack */
|
|
|
|
InitDirectoryStack ();
|
|
|
|
#endif
|
|
|
|
|
1999-12-06 19:26:49 +00:00
|
|
|
|
|
|
|
#ifdef FEATURE_HISTORY
|
1999-12-07 18:17:17 +00:00
|
|
|
/*initialize history*/
|
1999-12-06 19:26:49 +00:00
|
|
|
InitHistory();
|
|
|
|
#endif
|
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
/* Set COMSPEC environment variable */
|
1999-04-14 23:48:27 +00:00
|
|
|
#ifndef __REACTOS__
|
1999-09-12 18:23:31 +00:00
|
|
|
if (argv)
|
|
|
|
SetEnvironmentVariable (_T("COMSPEC"), argv[0]);
|
1999-04-14 23:48:27 +00:00
|
|
|
#endif
|
1999-08-21 21:54:30 +00:00
|
|
|
|
1999-10-22 20:35:02 +00:00
|
|
|
/* add ctrl break handler */
|
1999-12-15 00:50:41 +00:00
|
|
|
AddBreakHandler ();
|
1998-12-08 04:31:41 +00:00
|
|
|
}
|
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
|
1999-10-03 22:20:33 +00:00
|
|
|
static VOID Cleanup (int argc, char *argv[])
|
1998-12-08 04:31:41 +00:00
|
|
|
{
|
1999-10-03 22:20:33 +00:00
|
|
|
/* run cmdexit.bat */
|
|
|
|
if (IsValidFileName (_T("cmdexit.bat")))
|
|
|
|
{
|
|
|
|
ConErrPrintf ("Running cmdexit.bat...\n");
|
|
|
|
ParseCommandLine (_T("cmdexit.bat"));
|
|
|
|
}
|
|
|
|
else if (IsValidFileName (_T("\\cmdexit.bat")))
|
|
|
|
{
|
|
|
|
ConErrPrintf ("Running \\cmdexit.bat...\n");
|
|
|
|
ParseCommandLine (_T("\\cmdexit.bat"));
|
|
|
|
}
|
2001-02-03 10:40:19 +00:00
|
|
|
#ifndef __REACTOS__
|
1999-10-03 22:20:33 +00:00
|
|
|
else
|
|
|
|
{
|
|
|
|
/* try to run cmdexit.bat from install dir */
|
|
|
|
TCHAR commandline[CMDLINE_LENGTH];
|
|
|
|
LPTSTR p;
|
|
|
|
|
|
|
|
_tcscpy (commandline, argv[0]);
|
|
|
|
p = _tcsrchr (commandline, _T('\\')) + 1;
|
|
|
|
_tcscpy (p, _T("cmdexit.bat"));
|
|
|
|
|
|
|
|
if (IsValidFileName (_T("commandline")))
|
|
|
|
{
|
|
|
|
ConErrPrintf ("Running %s...\n", commandline);
|
|
|
|
ParseCommandLine (commandline);
|
|
|
|
}
|
|
|
|
}
|
2001-02-03 10:40:19 +00:00
|
|
|
#endif
|
1999-10-03 22:20:33 +00:00
|
|
|
|
|
|
|
#ifdef FEATURE_ALIASES
|
|
|
|
DestroyAlias ();
|
|
|
|
#endif
|
1999-03-20 20:28:42 +00:00
|
|
|
|
|
|
|
#ifdef FEATURE_DIECTORY_STACK
|
|
|
|
/* destroy directory stack */
|
|
|
|
DestroyDirectoryStack ();
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef INCLUDE_CMD_CHDIR
|
|
|
|
FreeLastPath ();
|
|
|
|
#endif
|
|
|
|
|
1999-12-07 18:17:17 +00:00
|
|
|
#ifdef FEATURE_HISTORY
|
|
|
|
CleanHistory();
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
1999-10-22 20:35:02 +00:00
|
|
|
/* remove ctrl break handler */
|
1999-12-15 00:50:41 +00:00
|
|
|
RemoveBreakHandler ();
|
1998-12-08 04:31:41 +00:00
|
|
|
}
|
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* main function
|
|
|
|
*/
|
|
|
|
int main (int argc, char *argv[])
|
1998-12-08 04:31:41 +00:00
|
|
|
{
|
1999-03-20 20:28:42 +00:00
|
|
|
INT nExitCode;
|
2000-05-26 06:06:05 +00:00
|
|
|
CONSOLE_SCREEN_BUFFER_INFO Info;
|
1998-12-08 04:31:41 +00:00
|
|
|
|
1999-03-20 20:28:42 +00:00
|
|
|
AllocConsole ();
|
1999-09-12 18:23:31 +00:00
|
|
|
SetFileApisToOEM ();
|
1998-12-08 04:31:41 +00:00
|
|
|
|
2000-05-26 06:06:05 +00:00
|
|
|
if( GetConsoleScreenBufferInfo( GetStdHandle( STD_OUTPUT_HANDLE ), &Info ) == FALSE )
|
2000-07-19 06:58:13 +00:00
|
|
|
printf( "GetConsoleScreenBufferInfo: Error: %ld\n", GetLastError() );
|
2000-05-26 06:06:05 +00:00
|
|
|
wColor = Info.wAttributes;
|
|
|
|
wDefColor = wColor;
|
1999-03-20 20:28:42 +00:00
|
|
|
/* check switches on command-line */
|
|
|
|
Initialize (argc, argv);
|
|
|
|
|
|
|
|
/* call prompt routine */
|
1999-09-12 18:23:31 +00:00
|
|
|
nExitCode = ProcessInput (FALSE);
|
1999-03-20 20:28:42 +00:00
|
|
|
|
|
|
|
/* do the cleanup */
|
1999-10-03 22:20:33 +00:00
|
|
|
Cleanup (argc, argv);
|
1999-09-12 18:23:31 +00:00
|
|
|
FreeConsole ();
|
1999-03-20 20:28:42 +00:00
|
|
|
|
1999-09-12 18:23:31 +00:00
|
|
|
return nExitCode;
|
1998-12-08 04:31:41 +00:00
|
|
|
}
|
1999-12-15 00:50:41 +00:00
|
|
|
|
|
|
|
/* EOF */
|