useful DOS batch
ren *.bad *.eml
changes all file extensions in current directory (in this case all files that end in .bad to .eml)
shutdown /r
reboots windows
ren *.bad *.eml
changes all file extensions in current directory (in this case all files that end in .bad to .eml)
shutdown /r
reboots windows