I
Ivan
Hello all,
I have the urgent problem. Pls help me.
I have written VB .net program to fax PDF document. The program hasn't
screen interface and runs in Command Prompt.
Here is some program segments.
faxserver.connect(LocalComputerName)
faxserver.createdocument("c:\test.pdf")
....
faxserver.send()
That's ok when I run in local computer Win2000 Server.
But, I can't run it remotely. I use RCMD.
RCMD \\ServerName "C:\FaxProgramName Param1 Param2"
There is no error code prompt. I can see the program process in server
computer. I have created and used the same username account both in server
(Win 2K server ) and Remote computer (WinNT WKS) with the administrator
right.
Thanks in Advance.
IVAN CHAN
I have the urgent problem. Pls help me.
I have written VB .net program to fax PDF document. The program hasn't
screen interface and runs in Command Prompt.
Here is some program segments.
faxserver.connect(LocalComputerName)
faxserver.createdocument("c:\test.pdf")
....
faxserver.send()
That's ok when I run in local computer Win2000 Server.
But, I can't run it remotely. I use RCMD.
RCMD \\ServerName "C:\FaxProgramName Param1 Param2"
There is no error code prompt. I can see the program process in server
computer. I have created and used the same username account both in server
(Win 2K server ) and Remote computer (WinNT WKS) with the administrator
right.
Thanks in Advance.
IVAN CHAN