Help! How can I learn basic autorun programming? - Leonartist - 02-05-2012
I can already edit autoruns, but I don't know how to write them. Can someone give me the basic codes.
RE: Help! How can I learn basic autorun programming? - chc4 - 02-06-2012
(02-05-2012, 09:25 PM)Mike9377 Wrote: I can already edit autoruns, but I don't know how to write them. Can someone give me the basic codes.
What do you mean by autoruns? Programming language would also be good.[/size]
RE: Help! How can I learn basic autorun programming? - Paradox - 02-06-2012
(02-06-2012, 01:21 AM)chc4 Wrote: (02-05-2012, 09:25 PM)Mike9377 Wrote: I can already edit autoruns, but I don't know how to write them. Can someone give me the basic codes.
What do you mean by autoruns? Programming language would also be good.[/size]
Bot?
On-topic:
You could just write a script with notepad and save it as "autorun.inf", and if you want to know how, just Google it. You'll probably find your answer within 5 results.
Here's an example:
Code: [Autorun]
open=setup.exe
|