<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>仙童工作室 &#187; AU3</title>
	<atom:link href="http://www.thtznet.com/tag/au3/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thtznet.com</link>
	<description></description>
	<lastBuildDate>Wed, 23 Jun 2010 12:36:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>金蝶数据库自动备份及压缩工具AU3源码</title>
		<link>http://www.thtznet.com/99.html</link>
		<comments>http://www.thtznet.com/99.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 03:26:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[金蝶技术]]></category>
		<category><![CDATA[AU3]]></category>
		<category><![CDATA[金蝶]]></category>

		<guid isPermaLink="false">http://www.thtznet.com/?p=99</guid>
		<description><![CDATA[金蝶账套管理自带数据库定时自动备份工具，但是没有账套压缩打包功能。
本工具AU3源码功能：在数据库服务器运行金蝶客户端，金蝶退出后自动备份数据库并使用WinRAR压缩。
源码包：本地下载
已知BUG：较大的数据库完全备份会出错，错误原因未知，希望有人能完善该代码。

#Region AutoIt3Wrapper 预编译参数(常用参数)
#AutoIt3Wrapper_icon=main.ico ;图标,支持EXE,DLL,ICO
#AutoIt3Wrapper_outfile=金蝶主控台.exe ;输出文件名
#AutoIt3Wrapper_Compression=4 ;压缩等级
#AutoIt3Wrapper_UseUpx=Y ;使用压缩
#AutoIt3Wrapper_Res_Comment=退出金蝶,数据库自动备份压缩 ;注释
#AutoIt3Wrapper_Res_Description=Kingdee K/3 Main ;详细信息
#AutoIt3Wrapper_Res_Fileversion=1.0.0.0 ;版本
#AutoIt3Wrapper_Res_LegalCopyright=仙童工作室 ;版权
#AutoIt3Wrapper_Run_Obfuscator=N ;代码加密
#AutoIt3Wrapper_Run_AU3Check=Y ;语法检查
#EndRegion AutoIt3Wrapper 预编译参数设置完成
#cs ＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿
Au3 版本:
脚本作者:仙童
Email:admin@thtznet.com
MSN:thtznet@live.com
脚本版本:1.0.0.0
脚本功能:退出金蝶,数据库自动备份压缩
#ce ＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿脚本开始＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿
If FileExists ("opt.ini") Then
;-----------------声明全局变量-----------------
$IconHide = IniRead("opt.ini", "system", "iconhide", "N")
$blockinput = IniRead("opt.ini", "system", "blockinput", "Y")
$shutdown = IniRead("opt.ini", "system", "shutdown", "N")
$isrunclient = IniRead("opt.ini", "K/3", "isrunclient", "Y")
$InstallDir = IniRead("opt.ini", "K/3", "InstallDir", @ProgramFilesDir&#38;"\Kingdee\K3ERP\K3Express\")
$issql = IniRead("opt.ini", "mssql", "issql", "Y")
$uid = IniRead("opt.ini", [...]]]></description>
		<wfw:commentRss>http://www.thtznet.com/99.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
