Click here to Skip to main content
15,894,646 members
Home / Discussions / C#
   

C#

 
GeneralRe: problem in datagridview Pin
SreejithKumar M28-Dec-08 23:07
SreejithKumar M28-Dec-08 23:07 
QuestionHow to send shutdown-restart command with TCP/IP Pin
Member 465172928-Dec-08 22:31
Member 465172928-Dec-08 22:31 
AnswerRe: How to send shutdown-restart command with TCP/IP Pin
Dave Kreskowiak29-Dec-08 1:51
mveDave Kreskowiak29-Dec-08 1:51 
GeneralRe: How to send shutdown-restart command with TCP/IP Pin
Member 465172929-Dec-08 3:43
Member 465172929-Dec-08 3:43 
GeneralRe: How to send shutdown-restart command with TCP/IP Pin
Dave Kreskowiak29-Dec-08 3:50
mveDave Kreskowiak29-Dec-08 3:50 
GeneralRe: How to send shutdown-restart command with TCP/IP Pin
Member 465172929-Dec-08 4:57
Member 465172929-Dec-08 4:57 
GeneralRe: How to send shutdown-restart command with TCP/IP Pin
Member 465172930-Dec-08 0:39
Member 465172930-Dec-08 0:39 
QuestionRe: How to send shutdown-restart command with TCP/IP Pin
Member 46517292-Jan-09 1:42
Member 46517292-Jan-09 1:42 
I found Sanur.exe as most of you might know that.

Start>Run>cmd
and Runas /u:domain\username "programName which you want to run" | "C:\where\Sanur.exe" password

it runs runas exe and Sanur.exe and I think sanur.exe reads the command line and sends the password and runs the program.

My question is how I can do that in .net (C# ). For example if I write;

string commandLine = "notepad.exe";

ProcessStartInfo ps = new ProcessStartInfo("cmd.exe", "/C \"" + commandLine + "\"");

ps.CreateNoWindow = true;

ps.UseShellExecute = false;

Process.Start(ps);

something like that it runs the notepad there is no problem.

So how I run an exe where is C:\xxx\123.exe using the code above.

if I set "u:domain\username "programName which you want to run" | "C:\where\Sanur.exe" password" parameter to commanLine variable it doesn't work.

How can I do that, Many thanks already.
AnswerRe: How to send shutdown-restart command with TCP/IP Pin
Member 46517292-Jan-09 2:37
Member 46517292-Jan-09 2:37 
QuestionI have Macros in Excel and I want it to run through my application in .NET Pin
sejal12328-Dec-08 21:45
sejal12328-Dec-08 21:45 
AnswerRe: I have Macros in Excel and I want it to run through my application in .NET Pin
Member 447035429-Dec-08 8:43
Member 447035429-Dec-08 8:43 
GeneralRe: I have Macros in Excel and I want it to run through my application in .NET Pin
sejal1231-Jan-09 23:27
sejal1231-Jan-09 23:27 
QuestionRun exe from web page Pin
yesu prakash28-Dec-08 21:11
yesu prakash28-Dec-08 21:11 
AnswerRe: Run exe from web page Pin
N a v a n e e t h28-Dec-08 21:48
N a v a n e e t h28-Dec-08 21:48 
GeneralRe: Run exe from web page Pin
yesu prakash28-Dec-08 22:11
yesu prakash28-Dec-08 22:11 
GeneralRe: Run exe from web page Pin
N a v a n e e t h28-Dec-08 22:32
N a v a n e e t h28-Dec-08 22:32 
GeneralRe: Run exe from web page Pin
yesu prakash28-Dec-08 23:01
yesu prakash28-Dec-08 23:01 
GeneralRe: Run exe from web page Pin
Dave Kreskowiak29-Dec-08 1:59
mveDave Kreskowiak29-Dec-08 1:59 
Questionhow to use the login controls in asp.net ? Pin
venkatnara28-Dec-08 20:26
venkatnara28-Dec-08 20:26 
AnswerRe: how to use the login controls in asp.net ? Pin
Brij28-Dec-08 20:57
mentorBrij28-Dec-08 20:57 
Questionhow to use Connection Zone in Webpart Control Pin
faizicrazy28-Dec-08 19:55
faizicrazy28-Dec-08 19:55 
QuestionRecommend T-SQL book? Pin
George_George28-Dec-08 19:37
George_George28-Dec-08 19:37 
AnswerRe: Recommend T-SQL book? Pin
N a v a n e e t h28-Dec-08 19:45
N a v a n e e t h28-Dec-08 19:45 
GeneralRe: Recommend T-SQL book? Pin
George_George28-Dec-08 19:50
George_George28-Dec-08 19:50 
GeneralRe: Recommend T-SQL book? Pin
Luis Alonso Ramos28-Dec-08 20:04
Luis Alonso Ramos28-Dec-08 20:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.