My school administrator disabled the command prompt, so I managed to figure out how to write a .bat file to do the same thing. I use the command net send /domain:computername message. I want to write a program to send a message through this bat file to replace computername and message with specific variables. Is that possible?