Board logo

标题: 批处理安装软件的批处理脚本 [打印本页]

作者: zhaozht     时间: 2007-9-12 12:52    标题: 批处理安装软件的批处理脚本
@echo off
  start/wait \\server05\tools\J4-IT\\OA\Slowview\slowview.exe
  start/wait \\server\tools\J4-IT\\OA\Winrar\Winrar3.51\wrar351.exe
copy \\server\tools\J4-IT20\OA\Winrar\Winrar3.51\Code\rarreg.key C:\
start/wait \\server\tools\J4-IT\\OA\VNC\vnc-4_1_2-x86_win32.exe
exit




My blog: http://hi.baidu.com/fzztop

作者: zk0888     时间: 2007-9-12 16:22
很好,简单实用。