Making the CD AUTO RUN

Saturday, January 16, 2010

Making the CD AUTO RUN


Have you ever seen a CD that when inserted into the CD-ROM drive will auto run immediately conduct that will automatically display a menu or a document on the CD that you insert it in your screen?
Never? :-) Do not worry, because eventually I'll invite you to can create their own auto run through this article. But for you who are fond of collecting CDs, one of whom must have a CD that when inserted directly into the computer will perform auto run command. Well, if you're curious and want to know how the hell the manufacturing process?
It's easy kok. Just like if you memburning / do the copying to CDs using CD-RW drive (not CD-ROM drive lho!). Only, you need to add some "additional files" so that it can make a CD auto run.
Immediately, the way he is:
1. Prepare a document which we will enter into a CD
For example you can try to create a document / file in Microsoft Powerpoint presentations. Use the file format *. pps (not the format *. ppt) to your presentation will appear in full screen / full screen. In this example, I created the file name is toha.pps.

Description
@ echo: command to display the text to the screen in DOS (Disk Operating System).
@ start: the command to execute / run the file we have created the CD.
@ cls: clear screen, meaning clear the display in DOS.
@ exit: command to exit from DOS.
Please your fox in accordance with "your taste" in my writings that give the red color. Suppose your files are not *. pps format, but a format *. html (HyperText Markup Language) that will be directly open the default Internet Explorer browser and its content of your html file, the code we need to change for example is the @ start toha.html.
3. Create formatted *. inf files with names autorun.inf
Same way with no. 2 above. Type in Notepad as follows:
[autorun]
open = autorun.bat

translate indonesia

Membuat AUTO RUN pada CD


Pernahkah Anda melihat sebuah CD yang ketika dimasukkan ke CD-ROM drive akan langsung melakukan auto run yang secara otomatis akan menampilkan menu atau sebuah dokumen pada CD yang Anda masukkan tersebut di layar monitor Anda?
Belum pernah? :-) Jangan khawatir, karena nantinya saya akan mengajak Anda untuk dapat membuat auto run sendiri melalui artikel ini. Tetapi bagi Anda yang memang gemar mengkoleksi CD, pasti satu diantaranya terdapat CD yang ketika dimasukkan ke komputer langsung akan melaksanakan perintah auto run. Nah, apakah Anda penasaran dan ingin tau bagaimana sih proses pembuatannya?
Caranya mudah kok. Sama seperti kalau Anda memburning/melakukan proses pengkopian ke kepingan CD dengan menggunakan CD-RW drive (bukan CD-ROM drive lho!). Hanya saja, Anda perlu menambahkan beberapa "file tambahan" supaya CD tersebut dapat melakukan auto run.
Langsung saja, caranya adalah:
1. Siapkan dokumen yang akan kita masukkan ke CD
Sebagai contoh Anda boleh mencoba membuat dokumen/file presentasi di Microsoft Powerpoint. Gunakanlah file berformat *.pps (jangan yang berformat *.ppt) agar presentasi Anda nantinya tampil secara full screen/layar penuh. Pada contoh ini, saya membuat nama filenya adalah toha.pps.

Keterangan
@echo : perintah untuk menampilkan tulisan ke layar monitor pada DOS (Disk Operating System).
@start : perintah untuk mengeksekusi/menjalankan file yang telah kita buat di CD.
@cls : clear screen, artinya menghapus layar di DOS.
@exit : perintah untuk keluar dari DOS.
Silahkan Anda rubah sesuai dengan “selera Anda” pada tulisan yang saya beri warna merah tersebut. Misalkan file Anda bukan berformat *.pps, melainkan berformat *.html (HyperText Markup Language) berarti nantinya akan langsung membuka default browser Internet Explorer beserta isi file html Anda, maka kode yang perlu kita ganti misalnya adalah @start toha.html.
3. Buatlah file berformat *.inf dengan nama autorun.inf
Caranya sama dengan no. 2 di atas. Ketikkan di Notepad sebagai berikut :
[autorun]
open=autorun.bat

0 komentar:

Post a Comment