不用軟體也能製作光碟選單

 

首先用筆記本製作一個Autorun.inf檔,
再來就是編輯Autorun.inf內的指令

 
★先決定你要在選單中顯示的選項名稱(例如:安裝winamp),然後編輯一個
    指令shell\step1=你所設的名稱(例如:安裝winamp)
★設定當你選擇這選項名稱時,所要執行的指令,將其編輯為
    shell\step1\command=所要執行的指令(例如winamp270.exe),這樣就可以了
★如果是開啟非執行檔,則要在command後再加一個start的指令
    例如你要看一張名為picture.jpg的圖 shell\step2=看picture,jpg這張圖
     shell\step2\command=start picture.jpg
    這樣便會用你預設開啟此檔案的軟體來將它開啟
★而後續選項就將step1改成step2,step3..依此類推就可以了...
    以下是依我例子完成的Autorun.inf的內容


======================================
[Autorun]
shell\step1=安裝winamp
shell\step1\command=winamp270.exe
shell\step2=看picture,jpg這張圖
shell\step2\command=start picture.jpg
======================================
最後將Autorun.inf這個檔跟你要燒的檔一起燒進光碟就行了!!