home *** CD-ROM | disk | FTP | other *** search
/ Perfect Scrapbook Maker / CosmiPerfectScrapbookMaker-DVD.iso / Autorun.cfg < prev    next >
Text File  |  2005-03-10  |  594b  |  31 lines

  1. set $4 to "Font Browser"
  2. set $5 to findwindow "" {$4}
  3. goto @found if not equal {$5} 0
  4.  
  5. set $4 to "Insert CD"
  6. set $5 to findwindow "" {$4}
  7. goto @found if not equal {$5} 0
  8.  
  9. set $4 to "Perfect Scrapbook maker"
  10. set $5 to findwindow "" {$4}
  11. goto @found if not equal {$5} 0
  12.  
  13. set $4 to "New Project"
  14. set $5 to findwindow "" {$4}
  15. goto @found if not equal {$5} 0
  16.  
  17. set $4 to "Photo Browser"
  18. set $5 to findwindow "" {$4}
  19. goto @found if not equal {$5} 0
  20.  
  21. set $4 to "Photo Editor"
  22. set $5 to findwindow "" {$4}
  23. goto @found if not equal {$5} 0
  24.  
  25. run setup.exe
  26. stop
  27.  
  28. @found
  29. stop
  30.  
  31.