updated tinybatch.exe to support sending of window messages

Format: PostMessage WindowClass WindowTitle WM_MESSAGE wParam lParam
e.g.
# Set Vibra Mode
PostMessage HHTaskBar NULL 1156 2 0

# Set Normal Mode
PostMessage HHTaskBar NULL 1156 0 0

# Set Silent Mode
PostMessage HHTaskBar NULL 1156 3 0