Page 1 of 1

autorun

PostPosted: Sat Jul 24, 2010 10:10 pm
by The Cookie Monster
ok heres the thing :
I am putting a setup file of a game along with its crack on a cd, and I was wondering if I can somehow (maybe with the help of a program) create an autorun so that when I put in the cd, the setup starts automatically (xp) or the list comes and it says run autorun.exe (vista and 7)?

Re: autorun

PostPosted: Sat Jul 24, 2010 11:35 pm
by crait
You need an Autostart.INF file.
Copy/Paste this code into notepad and save as, 'autostart.inf' and also burn it onto the root of your CD or DVD.
  Code:
[autorun]
open=setup.exe

:D Enjoy.

Re: autorun

PostPosted: Sun Jul 25, 2010 3:01 am
by The Cookie Monster
awesomeness.... thanks