I want to run psexec (part of Microsoft pstool set) to connect to a series of remote machines and kick off commands that are dependent on being in the Windchill shell. For example windchill start or windchill stop. I do not want to have any sort of daemon or scheduled job running - I want to essentially login the psexec and either be in the Windchill shell or start a windchill shell and tell it to do something. One way I can think to do this is to not bother and just make sure my environment matches the shell, but that seems like it will eventually break - I will get out of synch.
I would have thought this would be any easy problem to solve, but I am stumped a bit. Any ideas or suggestions are greatly appreciated.
I tried running a windchill shell and trying to redirect a command into it
windchill shell < dothis.txt
where do this is
windchill start
but that does not work.
Thanks
--Bob
I would have thought this would be any easy problem to solve, but I am stumped a bit. Any ideas or suggestions are greatly appreciated.
I tried running a windchill shell and trying to redirect a command into it
windchill shell < dothis.txt
where do this is
windchill start
but that does not work.
Thanks
--Bob