CD Autorun example

Share your advanced PureBasic knowledge/code with the community.
User avatar
Michael Vogel
Addict
Addict
Posts: 2811
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Post by Michael Vogel »

In the meantime I finished the Autorun - there are only few things which have changed since the last source code above, but maybe someone likes to try out on his USB stick or so...

http://sudokuprogram.googlepages.com/Start.exe

You can configure it using the autorun.inf (show en/disables the picture button, mode selects the fading mode):

Code: Select all

[autorun] 
OPEN=Hotkey.exe
ICON=Hotkey.exe

[Start]
Title=Memory Stick Starter

BuPro=&Starte Hotkey
BuDia=&Diashow
BuBro=Verzeichnis
BuQui=&Ende

Show=1
Mode=1

Path=Todo\Bilder\
Prog=Hotkey.exe
Post Reply