-----------------------------------------------------------
New Message on MumbaiUserGroup
-----------------------------------------------------------
From: ajjoshi
Message 1 in Discussion
Hi Guys, I'm using following code on one of the aspx pages,
ProcessStartInfo info = new ProcessStartInfo("cmd.exe");
info.UseShellExecute = false;
info.RedirectStandardInput = true;
info.RedirectStandardError = true;
info.RedirectStandardOutput = true;
using (Process install = Process.Start(info))
{
string output = install.StandardOutput.ReadToEnd();
install.WaitForExit();
// Do something with you output data
Console.WriteLine(output);
}
When I run this code on a Windows Server 2003, the code runs properly and opens
a command prompt too. But when I tried running this code on Windows Server 2000
/ Windows XP, the the code failes. It starts a new instance of "cmd.exe" in the
task manager, but it stucks there. So I can not process it further. I tried
giving the "Administrator" rights to "aspnet" user, but no use.
Please help
Anand Jayant Joshi
-----------------------------------------------------------
To stop getting this e-mail, or change how often it arrives, go to your E-mail
Settings.
http://groups.msn.com/MumbaiUserGroup/_emailsettings.msnw
Need help? If you've forgotten your password, please go to Passport Member
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help
For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact
If you do not want to receive future e-mail from this MSN group, or if you
received this message by mistake, please click the "Remove" link below. On the
pre-addressed e-mail message that opens, simply click "Send". Your e-mail
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]