[CMD]: Little refactoring to lay out the way to using the CONUTILS library in CMD.
[reactos.git] / reactos / base / shell / cmd / beep.c
index cb0c312..dc65bde 100644 (file)
@@ -41,8 +41,8 @@ INT cmd_beep(LPTSTR param)
     if (bc == NULL)
         return 1;
 #endif
-    MessageBeep (-1);
 
+    ConRingBell(GetStdHandle(STD_OUTPUT_HANDLE));
     return 0;
 }