> does anyone know how to make a wav file run in Delphi 1 programs? >
Add the MMSystem unit to your uses clause, then use the sndPlaySound() API call for Delphi 1 and PlaySound API call for newer Delphi.