Hi
Im trying to comunicate with a FTP server,where i want to execute a program,but i don`t know how.
I tryed with psexec..something like this
Dim command As String
command = Shell("CMD.exe")
Dim systemName As String
systemName = "IP" 'Here im using the IP'
Shell("psexec \" & systemName & command)
But cmd.exe is opening on my computer..is the first time when im using psexec and i don`t know how..and im not an advanced.
Sorry for my bad english.