On Friday 21 April 2006 08:13, Joe GIles wrote: > On Friday 21 April 2006 08:03, Hussam Al-Tayeb wrote: > > Let's say I'm on a network. and I have the admin password another > > computer on the network that's running windows xp ( the two computers are > > not in the same room but are on the same subnet ). I already can access > > that Pc through konqueror using smb://10.0.2.254. Is there anyway I can > > remotely control that computer? Like shutdown, etc.. > > I belive you can use the smbclient app and use the -c switch to execute > semicolon separated commands. Its in the --help for smbclient... > > Hope this helps... > > Joe > > _______________________________________________ > arch mailing list > [email protected] > http://www.archlinux.org/mailman/listinfo/arch
As an example (Because its not clear cut how to do this) This will get a dir on the c$ share smbclient \\\\kidsxp\\\c$ -c dir - Where kidsxp is the name of the machine I want to manage. Notice all the backslashes. Hope this helps... Joe _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
