Link to home
Start Free TrialLog in
Avatar of GlobaLevel
GlobaLevelFlag for United States of America

asked on

asp.net - run a batch file from asp.net page and pass paramters/ or ping from vb.net

I have a asp.net page that I need to pass parameters to a batch file and run periodically...

or..

can I run a ping command from my vb.net page and capture the results?
Avatar of JosephEricDavis
JosephEricDavis

Here is an example of how to do it in C#.

http://www.aspnettutorials.com/tutorials/network/net-ping-aspnet2-csharp.aspx

Should be pretty easy to transpose it into VB.net as the class libraries are pretty much the same.
ASKER CERTIFIED SOLUTION
Avatar of Ron Malmstead
Ron Malmstead
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial