The following examples typed in the Command window set the bell to high and low pitch and short and long durations:

set bell to 50,1500 // A long, very low bell

? chr(7) // Ring the bell (or Windows Default sound)

set bell to 10000,30 // Short, very high pitched

? chr(7) // Ring the bell (or Windows Default sound)