test
Login
Register
BACK TO KHEMLALL.INFO
All Activity
Q&A
Questions
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Khemlall Q&A, where you can ask questions and receive answers from other members of the community.
All categories
Loadrunner Vugen Scripting
(28)
Loadrunner General Discussion
(0)
Performance Testing
(0)
Software Quality Assurance
(1)
Log Parser 2.2 Queries
(3)
Jmeter
(2)
PLSQL
(0)
Web Services
(2)
linux Beginners
(0)
Windows Server 2003
(0)
ASP.NET
(1)
PHP How To
(0)
Networking
(0)
Loadrunner C# Scripting
(1)
Loadrunner WinSocket Script
(0)
Blog
(0)
Tiny Get Tool
(2)
C# Code
(6)
OAUTH
(0)
SELENIUM
(7)
WATIN
(14)
FITNESSE
(0)
How to execute command line in c#
0
votes
How to execute command line in c#
/ Start the child process. Process p = new Process(); // Redirect the output stream of the child process. p.StartInfo.UseShellExecute = false; p.StartInfo.RedirectStandardOutput = true; p.StartInfo.FileName = "YOURBATCHFILE.bat"; p.Start(); // Do not wait for the child process to exit before // reading to the end of its redirected stream. // p.WaitForExit(); // Read the output stream first and then wait. string output = p.StandardOutput.ReadToEnd(); p.WaitForExit();
c#
command
line
asked
1 year
ago
in
C# Code
by
anonymous
http://stackoverflow.com/questions/206323/how-to-execute-command-line-in-c-get-std-out-results
http://codehill.com/2009/06/drag-and-drop-files-to-a-c-application/
1 Answer
0
votes
http://stackoverflow.com/questions/657623/is-there-a-net-interface-to-oracle-sqlplus
answered
1 year
ago
by
anonymous
Related questions
0
votes
1
answer
how to read line from Bottom To Top
asked
10 months
ago
in
C# Code
by
anonymous
read
c#
line
0
votes
1
answer
static list in c#
asked
1 year
ago
in
C# Code
by
anonymous
static
list
in
c#
0
votes
0
answers
How to read and write file in c#
asked
2 years
ago
in
C# Code
by
anonymous
read
and
write
to
file
0
votes
1
answer
COM object that has been separated from its underlying RCW cannot be used.
asked
10 months
ago
in
WATIN
by
anonymous
c#
line
0
votes
0
answers
HERE IS HOW TO APPEND TEXT TO A FILE
asked
2 years
ago
in
C# Code
by
anonymous