Pubwin2009備份數(shù)據(jù)關(guān)閉重啟電腦BAT
- 軟件大?。?span itemprop="fileSize">5 KB
- 更新日期:2011-01-21
- 軟件語言:簡體中文
- 軟件類別:VBS/BAT腳本
- 軟件授權(quán):共享軟件
- 軟件官網(wǎng):未知
- 適用平臺:Win2003, WinXP, Win2000, NT, WinME
- 軟件廠商:
軟件介紹人氣軟件相關(guān)文章網(wǎng)友評論下載地址
Pubwin2009備份數(shù)據(jù)關(guān)閉重啟電腦BAT
@echo off
color 0A
title=自動備份數(shù)據(jù)庫并重啟電腦,且只保留最近五次備份t 080731-技術(shù)169
::/停止pubwin服務(wù)/
echo 正在停止PUBWIN服務(wù)...
net stop "Pubwin Application Server">nul
net stop "SQLSERVERAGENT">nul
net stop "MSSQLSERVER">nul
taskkill /F /IM ServiceManager.exe>nul
echo 正在備份數(shù)據(jù)庫文件...
::/建立當(dāng)前時間的備份目錄/
Set dd=%date:~0,10%
Set tm1=%time:~0,2%
if /i %tm1% LSS 10 (set tm1=0%time:~1,1%)
Set tm2=%time:~3,2%
Set tt=%tm1%點%tm2%分
md "e:pubwin數(shù)據(jù)庫備份%dd%_%tt%"
::/復(fù)制數(shù)據(jù)庫到備份目錄/
copy "%java_home%../../../database/" "e:pubwin數(shù)據(jù)庫備份%dd%_%tt%"
::/只保留最近幾次的備份文件
dir /o-d /b e:pubwin數(shù)據(jù)庫備份>temp.txt
for /F "skip=5" %%a in (temp.txt) do @if exist e:pubwin數(shù)據(jù)庫備份%%a rd /s /q e:pubwin數(shù)據(jù)庫備份%%a
del temp.txt
::/重啟電腦/
shutdown -s -t 1
下載地址
-
Pubwin2009備份數(shù)據(jù)關(guān)閉重啟電腦BAT
人氣軟件
卸載WINRAR壓縮軟件批處理3 KB
/簡體中文批量修改快捷方式的路徑的VBS腳本1024 B
/簡體中文服務(wù)器自動同步intelnet時間批處理2 KB
/簡體中文網(wǎng)吧常用批處理 .bat 程序32 KB
/簡體中文VBS腳本變形加密工具50 KB
/簡體中文VBS實現(xiàn)在線呼叫網(wǎng)管留言腳本2 KB
/簡體中文Windows 7 服務(wù)優(yōu)化BAT14 KB
/簡體中文在Windows 7中隱藏導(dǎo)航窗格項目批處理3 KB
/簡體中文解決穿越火線進(jìn)入時任務(wù)欄顯示在前問題2 KB
/簡體中文強(qiáng)制刪除工具4.1綠色版23 KB
/簡體中文
相關(guān)文章
查看所有評論>>網(wǎng)友評論共0條
精彩評論
- 最新評論