Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!cs.utexas.edu!rutgers!mcnc!xanth!cs.odu.edu!hall From: hall@cs.odu.edu (Randolph Ted Hall) Newsgroups: comp.sys.ibm.pc Subject: Killing the 4DOS beep Message-ID: <11912@xanth.cs.odu.edu> Date: 23 Mar 90 14:19:14 GMT Sender: news@cs.odu.edu Distribution: usa Organization: Old Dominion University, Norfolk, VA Lines: 22 There has been some talk on the net of how annoying the 4dos beeps are when it loads. Here is a patch that will get rid of them. This patch still leaves the non-registration information in the program and that sould stay there. If the registered version also beeps, this patch will fix it too. 1. Search 4DOS286.EXE for E6 61. (with something like PC-Tools) 2. replace E6 61 with 90 90. 3. find next occourance of E6 61 and replace it with 90 90 also. 4. repeat steps 1-3 for 4DOS88.EXE. REMEMBER: Do not distribute modified copies of the program. Note: Since this is the machine code command to turn on the speaker, you could effectivly search any program that makes noise and replace these bytes to silence it. . Randy Hall . hall@xanth.cs.odu.edu