I'm trying to write a program that calls the Windows "net send" command, and then sends a message stored in a variable 'm_msg' to a user 'm_user', but I'm at a loss as how to send both variables and the "net send" string to WinExec. How would I go about doing this? Is WinExec OK to use or should I use another function?