2007年12月23日 星期日

建立自動執行光碟的簡易3步驟

  1. 編寫AUTORUN.INF檔,內容為
    [autorun]
    OPEN=start.bat
    ICON=cd.ico
  2. 配合AUTORUN.INF中的"ICON=cd.ico",利用工具軟體(Icon Creator )製作一個名字為cd.ico的可愛icon
  3. 編寫start.bat檔,內容為
    @echo off
    start album/index.html //start album/index.html即為開啟album資料夾中的index.html檔案

以上的步驟就可以簡易的製作放入光碟機就自動執行特定程式的光碟了

沒有留言:

張貼留言