> In comand line everything goes perfect but when I moved script to CCNET it > hung. I have suspicion that it coused by the fact that CCnet is windows > service.
Does the Windows account as which the service is running have access to the server on which the remote process is being run? If you're running as the default user for services, then probably not. If you run as a domain user, and give that user access to the remote machine, and rights to run the remote program, it should work. /bs
