|
-
Oct 18th, 2007, 10:05 AM
#1
Thread Starter
Fanatic Member
How to call a Console Exe in vb.net 2003
hi all
i want to Call an Exe, that is a Console Application, in that Exe i want throw in Commands from e.g like "Dir", but i want to do this in vb.NET.
Thanks
-
Oct 18th, 2007, 10:09 AM
#2
Re: How to call a Console Exe in vb.net 2003
The Process.Start method is used to start processes. Pass the filename as the first argument and the argument as the second.
-
Oct 18th, 2007, 10:42 AM
#3
Thread Starter
Fanatic Member
Re: How to call a Console Exe in vb.net 2003
Thanks for your reply , i get your point , please post me an Example code
-
Oct 18th, 2007, 10:45 AM
#4
Fanatic Member
Re: How to call a Console Exe in vb.net 2003
System.Diagnostics.Process.Start("Console.exe","Dir")
If your problem is solved, please use the Mark Thread As Resolved under Thread Tools!
Show Appreciation. Rate Posts!
-
Oct 18th, 2007, 10:47 AM
#5
Thread Starter
Fanatic Member
Re: How to call a Console Exe in vb.net 2003
Thank you , it is Resolved
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|