2024年4月10日发(作者:)
批处理自动安装程序
CLS
@ECHO OFF
ECHO タ杆
for %%i in (%systemdrive%installhotfix*.exe) do start /wait %%i /q /n /z
ECHO タ杆IE6 SP1
start /wait %systemdrive% /q:a /c:"ie6wzd /s:""#e"" /q /r:n
ECHO タ杆Media10
start /wait %systemdrive% /q:a /r:n
ECHO.
ECHO Installing QuickTime Alternative 1.31
start /wait %systemdrive% /VERYSILENT
ECHO.
ECHO Installing Real Alternative 1.21
start /wait %systemdrive% /VERYSILENT
ECHO.
ECHO Installing PCMan Pro
start /wait %systemdrive% /VERYSILENT /autoinstall
ECHO.
ECHO Installing WinScp
start /wait %systemdrive% /VERYSILENT
ECHO.
ECHO Installing putty
start /wait %systemdrive% /VERYSILENT /autoinstall /SP-
ECHO.
ECHO Installing MSN
start /wait %systemdrive% /qb
ECHO Installing .NET Framework v1.1


发布评论