hi there,
there are many ways to manipulate other programs to shutdown the remote computer for u.for example,you can use an ftp server (you need to install it first of course...) to execute the shutdown.exe file on system32 directory.
how do u do it?
well,on the ftp server,you need to create a user called "shutdown" (the name is not important) and give him premission to write in a directory that you choose.put an empty txt file in that directory.
every ftp server software has "event configuration".
find it and look for your "favorite event"
(i chose "on renaming file" event).you will see that you can choose a file to execute when this event accures.
choose "shutdown.exe" on system32 directory.
whenever you log on to your ftp with user name "shutdown"
and rename a file that's in there, your ftp server will execute "shutdown.exe" and the remote computer will be shut.
this works great.the only problem is that you need a dns name for your ftp server in order to bypass the need for ip address of the remote computer.
try