home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / misc / amiwindows-3.1 / amiwindows next >
Text File  |  1995-02-27  |  392b  |  11 lines

  1. ;By strategically placing the commands:
  2.  
  3.    run >nil: m bootlogo.pic Center Width 640 Height 512 Secs 5
  4. ;   ... ;several s:startup-sequence commands here for delay
  5.    wait ;or insert a wait interval like this
  6.    sound win.8svx
  7.  
  8. ;in your s:startup-sequence you can have the picture and sound loaded and
  9. ;run simultaneously. If the sound file is played too quickly it will
  10. ;become garbled. -GC
  11.