Execute UNIX commands (grep, ps..) in Visual Studio and Display Results on my Web App

anad2312

New member
Joined
Aug 27, 2007
Messages
1
Programming Experience
Beginner
Does anyone know how I would go about telnet to a UNIX box and executing UNIX commands in Microsoft Visual Studio and displaying the results on my Web App?

It is simple with SQL, but I cannot figure out how to do it by telnet to a UNIX box.

I would like to telnet to whatever UNIX database from the Web APP in Windows, and execute a predefined command (grep, ps command, and so on) and the Web App would display the results. For example, if the user clicks on a button it would telnet to a predefined UNIX database and execute a grep command in a log file, and then the Web App would display the results.

Let me know if this could be done. Any help or links would be greatly appreciated.
 
Back
Top