home *** CD-ROM | disk | FTP | other *** search
/ Artville: Photography Comping CD 99.7 / Artville-StockImages-PhotographyComping-99.7-WinMac.bin / autorun.inf < prev    next >
INI File  |  1998-11-16  |  4KB  |  105 lines

  1. ;;KUDO Win95/NT4 CD-ROM AUTOPLAY OPTIONS
  2. ;;
  3. ;;This file controls the behaviour of Autoplay
  4. ;;and the behaviour of the SCRNSVR.LST image/media file list.
  5. ;;You must have the START32.EXE file in the root of your CD-ROM
  6. ;;to use the Autoplay, screensaver and slideshow features below.
  7. ;;More detailed information is available in 
  8. ;;Chapter 8 of the Kudo Image Publisher Developer's Guide.
  9. ;;(Autoplay is for Win95/NT4 CD-ROMs only - not for Win 3.1 CD-ROMs)
  10. ;;
  11. ;;To start the CD-ROM with the Kudo Start32.exe, 
  12. ;;remove the ;; from the OPEN=START32.EXE line below.
  13. ;;The Start32.exe opens the startup screen with the 
  14. ;;buttons for Help, Install, Exit, Open Catalog, Screensaver or Slideshow.
  15. ;;The Slideshow or Screensaver buttons will only appear if a 
  16. ;;\Win_Kudo\Scrnsvr.lst or \Win_Kudo\Slideshw.lst file is present 
  17. ;;and the \Win_Kudo\Program directory is present.
  18. ;;The Scrnsvr.lst or Slideshw.lst files are
  19. ;;ASCII text files with a list of the full paths of 
  20. ;;all the image or movie files on the CD-ROM that you
  21. ;; want to include in the opening slideshow.
  22. ;;The default drive letter should be D:, but Kudo will 
  23. ;;search all drive letters starting from A: because the 
  24. ;;drive letter for the CD-ROM is unpredictable.
  25. ;;
  26. ;;
  27. ;;Set the SLIDESHW.LST behaviour in the \Win_kudo\Program\Kudovw50.ini file.
  28. ;;Set the SCRNSVR.LST behaviour in the [Screen Saver] section below.  
  29. ;;
  30. ;;To have Autoplay start with the slideshow use the "/s" parameter
  31. ;;take out the ;; from the beginning of the OPEN=START32.EXE /s 
  32. ;;line below and put ;; in front of the OPEN=START32.EXE line.
  33. ;;When using the /s parameter tell START32.EXE
  34. ;;to use the slideshow or screensaver with the 
  35. ;;STARTWITH=(SLIDESHOW or SCREENSAVER) in the [autorun] section below.
  36. ;;
  37. ;;
  38. ;;To have Autoplay start with an acrobat .pdf file use the "/p" parameter
  39. ;;take out the ;; from the beginning of the OPEN=START32.EXE /p 
  40. ;;line below and put ;; in front of the OPEN=START32.EXE, OPEN=START32.EXE /s and
  41. ;;OPEN=START32.EXE /h line.
  42. ;;make sure you have a startup.pdf file in your WIN_KUDO directory
  43. ;;if you want sound or music, put a startup.wav or .mid file also
  44. ;;
  45. ;;To have Autoplay start with an HTML page, use the "/h" parameter
  46. ;;take out the ;; from the beginning of the OPEN=START32.EXE /h 
  47. ;;line below and put ;; in front of the OPEN=START32.EXE, OPEN=START32.EXE /s and
  48. ;;OPEN=START32.EXE /p line.
  49. ;;make sure you have a startup.htm file in your WIN_KUDO directory
  50. ;;if you want sound or music, enable it from your html page.
  51. ;;
  52. ;;To start the Autoplay with your own AVI file.  Name the AVI file STARTUP.AVI
  53. ;; and put it in the \Win_kudo folder.
  54. ;;
  55. ;;The Kudo startup screen can be customized with your image by
  56. ;;putting a 500 by 308 pixel BMP image named STARTUP.BMP in the 
  57. ;;Win_kudo folder.
  58. ;;
  59. ;;Play a WAV file when the Kudo startup screen opens.  Name the WAV file 
  60. ;;STARTUP.WAV and put it in the \Win_kudo folder.
  61. ;;
  62.  
  63. [autorun]
  64. OPEN=START32.EXE
  65. ;;OPEN=START32.EXE /s
  66. ;;OPEN=START32.EXE /p
  67. ;;OPEN=START32.EXE /h
  68. ;;OPEN=START32.EXE /s/p
  69. ;;OPEN=START32.EXE /s/h
  70. ;;STARTWITH=SCREENSAVER
  71. ;;STARTWITH=SLIDESHOW
  72.  
  73. ICON=START32.ICO
  74. ;;Customizing the Slideshow, (\Win_kudo\scrnsvr.lst)
  75. ;;Elapse is the delay time (in seconds) between showing images
  76. ;;PlayMusic, if = 1 play midi file, = 0 don't play midi.
  77. ;;Midi file name is \Win_kudo\Slideshw.mid. 
  78.  
  79. [Screen Saver]
  80. Elapse=4
  81. PlayMusic=1
  82. ;;PlayMusic=0
  83.  
  84. ;;Customize the buttons on the Start32.exe startup screen:
  85. ;;to change the default color=red, put two ;; in front of 
  86. ;;the ones you don't want, delete the two ;; from the one
  87. ;;you want.
  88. [Buttons Text Color]
  89. ;;Color=red
  90. ;;Color=green
  91. ;;Color=blue
  92. Color=yellow
  93. ;;Color=black
  94. ;;Color=white
  95.  
  96. ;;to change the default text=1 (show text), put two ;; in front of 
  97. ;;text=1, delete ;; from text=0 (don't show text)
  98. [Buttons Text]
  99. text=1
  100. ;;text=0
  101.  
  102. ;;To disable the button sounds, remove Install.wav, Slide.wav
  103. ;;Exit.wav, scrnsvr.wav, help.wav and Open.wav from the \Win_kudo folder.
  104. ;;
  105.