Hi all,
I am new here.
I have question about how to create a process on a remote machine (execute an EXE program on a remote machine).
Basically, I have a Manager program and a Parser program. The manager connect to a SQL server, grab records, and creates HTM files (written to a network drive). After all that, it will execute the Parser.exe on a different machine.
I am using psExec in psTools at to execute the Parser on the remote machine. I just wonder if I can do all that in VFP 6 without using any third party software or utility. I've read most of the threads about CreateProcess, CreateProcessAsUser, CreateProcessWithLogonW, WinSock,... but nothing really can handle my problem.
All help will be appreciated, and thank you in advance
Smurf
I am new here.
I have question about how to create a process on a remote machine (execute an EXE program on a remote machine).
Basically, I have a Manager program and a Parser program. The manager connect to a SQL server, grab records, and creates HTM files (written to a network drive). After all that, it will execute the Parser.exe on a different machine.
I am using psExec in psTools at to execute the Parser on the remote machine. I just wonder if I can do all that in VFP 6 without using any third party software or utility. I've read most of the threads about CreateProcess, CreateProcessAsUser, CreateProcessWithLogonW, WinSock,... but nothing really can handle my problem.
All help will be appreciated, and thank you in advance
Smurf