Hi,
I need to start remote service from Windows Server 2000. I want to create batch file to complete this task.
I know the command sc: sc \\ip_computer start ServiceName, but I don't have this command in my Server.
How can I do this if I use command net start? I try to do: net start \\ip_computer ServiceName, but it doesn´t work for me.
Can somebody help me?
Thanks.
I need to start remote service from Windows Server 2000. I want to create batch file to complete this task.
I know the command sc: sc \\ip_computer start ServiceName, but I don't have this command in my Server.
How can I do this if I use command net start? I try to do: net start \\ip_computer ServiceName, but it doesn´t work for me.
Can somebody help me?
Thanks.