Bootable
CD, CD-Writing Information (Printer Friendly Version provided by
Swan-Anti
Solutions) If you want to change the Drive Icon and if you want to run
the default file, then use this method. 1. In the Root Directory Create the File "Autorun.inf" eg:c:\
or d:\ etc.,
This works with both CD-ROM, Hard Drive.
2. Also place the icon file in the root and remember the filename (iconfile.ico).
3. In that write the contents
This is to change the drive icon
-----------------------
[autorun]
icon=iconfile.ico
This is to run the Exefile automatically(by clicking only the drive).
This is useful to change the drive icon to exefile icon also.
-------------------------
[autorun]
open=filename.exe
icon=filename.exe,0
This is to change the Drive Icon and To run the Exefile
-------------------------
[autorun]
open=filename.exe
icon=iconfile.ico
This is to run the setup program from cd
--------------------------
[AutoRun]
Open=filename.Exe
Icon=filename.Exe
Shell\Install=Install
Shell\Install\Command=setup.exe
where as this shell\install is your folder path, where setup file is located.
So checkout these things and enjoy.
You can make your friend confuse by placing this type of code on c drive or d
drive. i.e place the code as in C root (Dont forget these all in the file
Autorun.inf)
[AutoRun]
Open=d:\
Place the code as in D root
[AutoRun]
Open=c:\
This will open c drive to D, D drive to c.