# autorun.prg # # CDAutoRun version 1.0.2 written by Peter Harrison © 1999 # http://www.timeless.co.zw/ # With each command (specified within [ and ]) the lines following # it are compulsory and the parameter order must not be changed. # valid scripting commands: # # [splash] # allup.bmp # allhighlight.bmp # alldown.bmp # welcome.wav # Title of Splash Screen # # [button] # 20 (start x position in window) # 100 (start y position in window) # 200 (end x position in window) # 150 (end y position in window) # highlight.wav (sound to play when highlighted) # sound.wav (sound to play when pressed) # \myprog\setup.exe (command to execute, use * for no action, # assume that there are no paths setup, use # explorer \ to browse this CD. The # commercial version of CD AutoRun allows # launching of URLs in the default web # browser, e-mail peter@timeless.co.zw # for more information about the comercial version) # CloseAfterClick (alternatively NoCloseAfterClick) [splash] autorundata\Ecran Home 2.bmp autorundata\Ecran Home 1.bmp autorundata\Ecran Home 1.bmp * Open AT Software Suite Setup [button] 160 60 280 90 autorundata\lit.wav autorundata\click.wav explorer readme.html NoCloseAfterClick [button] 130 95 300 125 autorundata\lit.wav autorundata\click.wav setup\setup.exe NoCloseAfterClick [button] 80 230 260 260 autorundata\lit.wav autorundata\click.wav explorer . NoCloseAfterClick [button] 90 285 180 315 autorundata\lit.wav autorundata\click.wav * CloseAfterClick