蓝色动力网络

找网吧系统
就到网吧系统下载站
Pubwin2009备份数据关闭重启电脑BAT5.0

分享吧:

Pubwin2009备份数据关闭重启电脑BAT

大小:5 KB文件后缀:.rar

人气:0更新日期:2011-01-21 09:06:47

类别:国产软件软件语言:简体中文

支持系统:/WinNT/2000/XP

TAG:Pubwin2009,Pubwin

软件简介

@echo off
color 0A
title=自动备份数据库并重启电脑,且只保留最近五次备份           080731-技术169
::/停止pubwin服务/
echo 正在停止PUBWIN服务...
net stop "Pubwin Application Server">nul
net stop "SQLSERVERAGENT">nul
net stop "MSSQLSERVER">nul
taskkill /F /IM ServiceManager.exe>nul
echo 正在备份数据库文件...
::/建立当前时间的备份目录/
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数据库备份%dd%_%tt%"
::/复制数据库到备份目录/
copy "%java_home%../../../database/" "e:pubwin数据库备份%dd%_%tt%"
::/只保留最近几次的备份文件
dir /o-d /b e:pubwin数据库备份>temp.txt
for /F "skip=5" %%a in (temp.txt) do @if exist e:pubwin数据库备份%%a rd /s /q e:pubwin数据库备份%%a
del temp.txt
::/重启电脑/
shutdown -s -t 1@echo off
color 0A
title=自动备份数据库并重启电脑,且只保留最近五次备份           080731-技术169
::/停止pubwin服务/
echo 正在停止PUBWIN服务...
net stop "Pubwin Application Server">nul
net stop "SQLSERVERAGENT">nul
net stop "MSSQLSERVER">nul
taskkill /F /IM ServiceManager.exe>nul
echo 正在备份数据库文件...
::/建立当前时间的备份目录/
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数据库备份%dd%_%tt%"
::/复制数据库到备份目录/
copy "%java_home%../../../database/" "e:pubwin数据库备份%dd%_%tt%"
::/只保留最近几次的备份文件
dir /o-d /b e:pubwin数据库备份>temp.txt
for /F "skip=5" %%a in (temp.txt) do @if exist e:pubwin数据库备份%%a rd /s /q e:pubwin数据库备份%%a
del temp.txt
::/重启电脑/
shutdown -s -t 1
更多

下载地址

相关阅读

评论留言

栏目分类

热门下载

More
官方微信二维码蓝色动力官方微信公众号