引导文件制作过程:
1、新建一个txt文档内容如下: Dim WshShell Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run ("untitled-2.html" ) 另存为AutoRun.vbs,untitled-2.htm就是你要启动文件名。
2、然后在新建一个txt档 内容如下 [autorun] icon=0.ico OPEN=WScript.exe AutoRun.vbs 另存为autorun.inf 0.ico是光盘的图标。
3、使用UltraISO选择需要制作的光盘镜像文件。
4、全选右键添加到光盘镜像中。
5、选择autorun.inf文件,并点击右键设置为引导文件。
6、然后点击保存,存档为ISO文件即可。