How do I do this ?

J

Julianna

Hi,
All I want to do this is to connect to a remore server, which is Unix based,
and run a shell script there.
I want to remotely run this script through my machine via a VB.NET
application, and get the results.
How do I goa baout it?
Any ideas?
TIA.
 
O

One Handed Man \( OHM - Terry Burns \)

You could telnet into it ?

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
 
G

Guest

Hi,

I too need to connect to UNIX and run a script , using VB...!
pls help.

Thanks,
Nagaraj.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top