|
-
Dec 11th, 2002, 06:03 PM
#4
sprintf(wholeString,"net send %s %s > nul:"),user,message;
nul: is a special redirect target in DOS, the same as /dev/nul in UNIX.
Note: this only redirects the standard output. stderr will still be the console, this means error messages will still be written to the DOS window.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|