execute?
> -Original Message-
> From: cygwin-owner On Behalf Of Lipin, Adam
> Sent: 13 April 2004 15:44
> The problem isn't calling bash. I can call bash without a problem. The
> problem is that I call bash then it executes bash and gives me a
> prompt and then sto
ehalf Of Matthew O. Persico
Sent: Tuesday, 13 April 2004 1:17 p.m.
To: [EMAIL PROTECTED]
Subject: Re: Does anyone know how to invoke a bash process via a dos
batch program so commands after bash execute?
On Mon, 12 Apr 2004 18:05:15 -0400, "Lipin, Adam"
<[EMAIL PROTECTED]>sa
Does anyone know how to invoke a bash process via a dos batch program so
commands after bash execute?
For example.
batch1.bat contains:
REM This is batch1.bat
batch2.bat test
exit
batch2.bat contains:
REM this is batch2.bat
echo %1
bash
echo %1
exit
The result set is:
test
I want it to be:
3 matches
Mail list logo