本文最后更新于(2011-8-14 13:34:33),链接可能失效,内容可能难以复现。请注意甄别。




[autorun] open=setup.exe icon=setup.ico2.安装程序在光盘(镜像)内的其他文件夹(例如J:\msolap\install)
[autorun] open=/msolap/install/setup.exe icon=setup.ico3.写这篇文章的初衷是由于这个:路径中含有空格的情况(网上没有的,如J:\mso lap\install),此时就需要用””””(两对双引号)。
[autorun] open=""/mso lap/install/setup.exe"" icon=setup.ico
@echo off net start MSSQLFDLauncher net start MSSQLSERVER net start SQLBrowser net start MSSQLServerOLAPService net start MsDtsServer100 net start ReportServer net start SQLSERVERAGENT@VMware.bat(VMware Workstation 7.1 服务启动)
@echo off net start ufad-ws60 net start VMAuthdService net start VMnetDHCP net start "VMware NAT Service" net start VMUSBArbService# VMware NAT Service带有空格,所以需要用双引号(””)
c:\bootsect /nt60 c:(注意中间有空格,运行结果如下图)
xcopy d:\win7\boot c:\boot(盘符不分大小写) 再输入:
xcopy d:\win7\boot\bootsect.exe c:(此bootsect.exe为64位)
format c:/fs:ntfs