I have a
java application that beeps using the
statement - System.out.println((char)7);
Recently this application changed so that it no longer is started from a bat file, therefore has no dos window. As a result, it doesn't beep anymore. Is there another way of accomplishing this?
Thanks,
Barry