autoruns?

Started by
4 comments, last by jumpjumpjump 20 years, 6 months ago
how can i make an autorun to put on my the cds with my games on them? srry about the newbish q''s but u have to learn.
Advertisement
MSDN
so i can make this in vb? right?
It''s just a text file, autorun.inf

Notepad will do just fine
quote:Original post by jumpjumpjump
so i can make this in vb? right?


The AUTORUN.INF file is just a simple script/INI file which tells Windows what to do when the CD is inserted - you can make it start the .exe of one of your programs just by specifying the path name in that file. If your games are .EXE files (or similar - i.e. you can double click the file and it will run) then you can put that name in the AutoRun file.

Take a look at the above MSDN link. Also find any CD that autoruns already - look in the root for the AUTORUN.INF file - open that file in Notepad and you''ll see how simple and easy it is to use.

--
Simon O''Connor
3D Game Programmer &
Microsoft DirectX MVP

Simon O'Connor | Technical Director (Newcastle) Lockwood Publishing | LinkedIn | Personal site

I thought it was autorun.bat? Oh well.

This topic is closed to new replies.

Advertisement