The following command can be placed in a *.bat file:
shutdown -r -f -t 10
The -r causes a reboot
The -f forces running applications to close (i.e., PowerPoint and anything else that is running)
The -t 10 causes the shutdown to happen 10 seconds after the command is executed. If -t is omitted, the default is 20 seconds