home *** CD-ROM | disk | FTP | other *** search
/ Artville: Photography Comping CD 99.7 / Artville-StockImages-PhotographyComping-99.7-WinMac.bin / autor32.inf next >
INI File  |  1998-11-09  |  4KB  |  102 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 the 
  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. ;;To have Autoplay start with an acrobat .pdf file use the "/p" parameter
  38. ;;take out the ;; from the beginning of the OPEN=START32.EXE /p 
  39. ;;line below and put ;; in front of the OPEN=START32.EXE, OPEN=START32.EXE /s and
  40. ;;OPEN=START32.EXE /h line.
  41. ;;make sure you have a startup.pdf file in your WIN_KUDO directory
  42. ;;if you want sound or music, put a startup.wav or .mid file also
  43. ;;
  44. ;;To have Autoplay start with an HTML page, use the "/h" parameter
  45. ;;take out the ;; from the beginning of the OPEN=START32.EXE /h 
  46. ;;line below and put ;; in front of the OPEN=START32.EXE, OPEN=START32.EXE /s and
  47. ;;OPEN=START32.EXE /p line.
  48. ;;make sure you have a startup.htm file in your WIN_KUDO directory
  49. ;;if you want sound or music, enable it from your html page.
  50. ;;
  51. ;;To start the Autoplay with your own AVI file.  Name the AVI file STARTUP.AVI
  52. ;; and put it in the \Win_kudo folder.
  53. ;;
  54. ;;The Kudo startup screen can be customized with your image by
  55. ;;putting a 500 by 308 pixel BMP image named STARTUP.BMP in the 
  56. ;;Win_kudo folder.
  57. ;;
  58. ;;Play a WAV file when the Kudo startup screen opens.  Name the WAV file 
  59. ;;STARTUP.WAV and put it in the \Win_kudo folder.
  60. ;;
  61.  
  62. [autorun]
  63. OPEN=START32.EXE
  64. ;;OPEN=START32.EXE /s
  65. ;;OPEN=START32.EXE /p
  66. ;;OPEN=START32.EXE /h
  67. ICON=START32.ICO
  68. ;;STARTWITH=SCREENSAVER
  69. ;;STARTWITH=SLIDESHOW
  70.  
  71. ;;Customizing the Slideshow, (\Win_kudo\scrnsvr.lst)
  72. ;;Elapse is the delay time (in seconds) between showing images
  73. ;;PlayMusic, if = 1 play midi file, = 0 don't play midi.
  74. ;;Midi file name is \Win_kudo\Slideshw.mid. 
  75.  
  76. [Screen Saver]
  77. Elapse=4
  78. PlayMusic=1
  79. ;;PlayMusic=0
  80.  
  81. ;;Custom the buttons on the Start32.exe startup screen:
  82. ;;to change the default color=red, put two ;; in front of 
  83. ;;the ones you don't want, delete the two ;; from the one
  84. ;;you want.
  85. [Buttons Text Color]
  86. ;;Color=red
  87. ;;Color=green
  88. ;;Color=blue
  89. ;;Color=yellow
  90. Color=black
  91. ;;Color=white
  92.  
  93. ;;to change the default text=1 (show text), put two ;; in front of 
  94. ;;text=1, delete ;; from text=0 (don't show text)
  95. [Buttons Text]
  96. text=1
  97. ;;text=0
  98.  
  99. ;;To disable the button sounds, remove Install.wav, Slide.wav
  100. ;;Exit.wav, scrnsvr.wav, help.wav and Open.wav from the \Win_kudo folder.
  101. ;;
  102.