First post, by RudestChap
Hello
I have a bunch of old Qbasic programs that used to play sounds by using the SHELL command in Qbasic and calling a command line wav player (Wav.exe by Webgeeks). Sadly, this wav player doesn't work with my current computer, for some reason it makes the screen all glitchy when I use it from Qbasic.
It was suggested that I use these programs through DosBox, but when I do this, every time the program calls a sound, it doesn't play and the command box prints : "SHELL : Redirect output to nul"
Can someone help?