;By strategically placing the commands:

   run >nil: m bootlogo.pic Center Width 640 Height 512 Secs 5
;   ... ;several s:startup-sequence commands here for delay
   wait ;or insert a wait interval like this
   sound win.8svx

;in your s:startup-sequence you can have the picture and sound loaded and
;run simultaneously. If the sound file is played too quickly it will
;become garbled. -GC
