I'm just interested in knowing: can we shutdown a PC from another PC using a batch file if both are on the same LAN?
Yes, you can use the /m switch for shutdown like this
/m
shutdown
shutdown /s /m \\computer1 /t 0