snaileater Posted July 6, 2005 Posted July 6, 2005 All the tries i made opening a remote shell object with the following line :$oShell = ObjCreate("shell.application","MAX-D04-34")failed ...Is there any obvious reason explaining this behaviour ?Thanks.
SvenP Posted July 6, 2005 Posted July 6, 2005 All the tries i made opening a remote shell object with the following line :$oShell = ObjCreate("shell.application","MAX-D04-34")failed ...Is there any obvious reason explaining this behaviour ?Thanks.<{POST_SNAPBACK}>Hello snaileater,You can only open DCOM (Distributed COM) objects on remote computers. Shell.Application is NOT a DCOM object. You can use the 'Component Services' MMC (=dcomcnfg.exe) to see a list of installed DCOM objects on your computer.Regards,-Sven
snaileater Posted July 7, 2005 Author Posted July 7, 2005 Hello snaileater,You can only open DCOM (Distributed COM) objects on remote computers. Shell.Application is NOT a DCOM object. You can use the 'Component Services' MMC (=dcomcnfg.exe) to see a list of installed DCOM objects on your computer.Regards,-Sven<{POST_SNAPBACK}>thanks for your answer ... i realize my question was rather a noob's one ... coz i really doesn't master com programmation ...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now