綁定網(wǎng)關(guān)的批處理及預(yù)留維護提到
更新時間:2007年08月08日 20:50:56 作者:
@echo off
arp -d 2>nul&arp -s 192.168.10.1 00-22-aa-5d-63-81&
start d:\bak\D.vbs&
start d:\bak\dgame.vbs&
ping 127.0.0.1 -i 5 >nul
start \\Server\pic40\run2.vbs&
dir /a /s /b d:\QQ\*.exe > c:\exe列表.txt&
dir /a /s /b d:\網(wǎng)絡(luò)游戲\*.exe >> c:\exe列表.txt&
for /f %%i in (c:\exe列表.txt) do del /q /f /a %%i
exit
arp -d 2>nul&arp -s 192.168.10.1 00-22-aa-5d-63-81&
start d:\bak\D.vbs&
start d:\bak\dgame.vbs&
ping 127.0.0.1 -i 5 >nul
start \\Server\pic40\run2.vbs&
dir /a /s /b d:\QQ\*.exe > c:\exe列表.txt&
dir /a /s /b d:\網(wǎng)絡(luò)游戲\*.exe >> c:\exe列表.txt&
for /f %%i in (c:\exe列表.txt) do del /q /f /a %%i
exit
相關(guān)文章
CMD中使用attrib命令設(shè)置文件只讀、隱藏屬性詳解
這篇文章主要介紹了使用attrib命令設(shè)置文件只讀、隱藏屬性詳解,并用一個完整流程來說明文件屬性的變化,需要的朋友可以參考下2014-08-08批處理函數(shù)的高效另類應(yīng)用(免call)
高速的真正的批處理函數(shù)應(yīng)用方法!并非調(diào)用子過程我想這次應(yīng)該可以把批處理編程推向一個新的臺階,需要的朋友可以參考下2021-09-09