Hi Stephan;
If you really want to mess with someone...
#include <windows.h>
int main (void)
{ return MessageBox(NULL,"Click Yes or No....","Choose",MB_YESNO | MB_ICONINFORMATION); }
The return value is useable in Batch files (.bat) error levels and can be used to control branching according to the user's input...