Or maybe I don't need DCOM at all?
Here is *exactly* what I want to do:
In my code, I am moving a file around, writing its properties to a database, etc. After I've moved the file to a remote machine on my intranet, I want to have DataJunction (a data-transformation product) execute on the remote machine. I can execute DataJunction via the command line (I typically use the WScript.Shell Run method) and pass it a filename, etc - works fine. But it runs on the local machine. I want the DataJunction located on the remote machine to execute, in as simple a fashion as possible.
Here is *exactly* what I want to do:
In my code, I am moving a file around, writing its properties to a database, etc. After I've moved the file to a remote machine on my intranet, I want to have DataJunction (a data-transformation product) execute on the remote machine. I can execute DataJunction via the command line (I typically use the WScript.Shell Run method) and pass it a filename, etc - works fine. But it runs on the local machine. I want the DataJunction located on the remote machine to execute, in as simple a fashion as possible.