vb6 - connecting to a computer in LAN and send cmd commands -


i need connect computer in lan , open cmd in remote computer , send command (for example ping www.google.com - other commands..)

i thought open server on remote computer , client in computer , every time send command string server side, , send command cmd (i know it's easy c++)

is there way this? there way in vb6 open cmd in remote computer , send command?

the reason write here because client side written in vb6 client not written, put in program written in vb6

thank you

you might able use wmi. copy on batch file, script or executable , use wmi execute remotely.

you can use win32_process.create described here: creating processes remotely


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

VBA function to include CDATA -