在 Install 下放置 setupofs.cmd,用 setupofs.cmd 安裝 office
在 setupofs.cmd 中 tagfile 是光碟中一個用來識別此光碟的檔案。
在 XP 安裝光碟中,其根目錄下有個檔案 WIN51,我把它當成辨識此光碟的檔案。
你也可建立更特殊名稱的檔案,來當作光碟的識別檔。(此檔案不需要有任何內容)
setupOfs.cmd
複製程式
REM +-------------------------------------------------------+
REM | Finding CDROM drive letter |
REM +-------------------------------------------------------+
set tagfile=\WIN51
for %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do if exist "%%i:%tagfile%" set CDROM=%%i:
REM ==== setup office from CDROM ====
start /wait %CDROM%\install\Applications\OfficeXP\setup.exe TRANSFORMS=Unattended.MST /qb-