数据库

本类阅读TOP10

·SQL语句导入导出大全
·Power Designer杂记
·SQL Server日期计算
·常用的oracle函数使用说明(一)
·sqlserver2000数据库置疑的解决方法
·MS SQLServer OLEDB分布式事务无法启动的一般解决方案
·SQL to Excel 的应用
·SQL语句导入导出大全
·Error:ORA-01033:ORACLE initialization or shutdown in progress错误解决
·Oracle中password file的作用及说明

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
使用PB调用API自动更新(非FTP模式)(七、下载代码)

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

七、下载代码

STRING GS_COPYSERVER1
STRING GS_COPYSERVER2
STRING GS_COPYSERVER3
string ls_path
string ls_mypath
long ll_count = 0

GS_COPYSERVER1    = ProfileString("autodown.ini","downpath","COPYSERVER1","")
GS_COPYSERVER2    = ProfileString("autodown.ini","downpath","COPYSERVER2","")
GS_COPYSERVER3    = ProfileString("autodown.ini","downpath","COPYSERVER3","")

st_ts.text = '正在检查需要更新软件的数量...'
ls_path = GS_COPYSERVER1
ll_count = f_connect_copycount(ls_path,lb_files1,lb_files2,lb_files3)
if ll_count = -1 then
 ls_path = GS_COPYSERVER2
 ll_count = f_connect_copycount(ls_path,lb_files1,lb_files2,lb_files3)
 if ll_count = -1 then
  ls_path = GS_COPYSERVER3
  ll_count = f_connect_copycount(ls_path,lb_files1,lb_files2,lb_files3)
  if ll_count = -1 then
   st_ts.text = '正在检查是否需要更新软件版本...'
   ls_path = f_connect_copyserver()
   if ls_path = '' then
    messagebox('连接错误!','无法连接服务器!软件不能运行!',stopsign!)
    //close(this)
    return
   end if
  end if
 end if
end if

//messagebox('',ls_path)ls_path<> ''
if ll_count = -1 then
 st_ts.text = '正在检查需要更新软件的数量...'
 ll_count = f_connect_copycount(ls_path,lb_files1,lb_files2,lb_files3)
end if
if ll_count = -1 then
 messagebox('连接错误!','无法连接服务器!软件不能运行!',stopsign!)
 close(this)
 return
end if
if ll_count = 0 then
 st_ts.text = '正在启动主程序...'
 
else
 st_ts.text = '正在更新软件版本...'
 choose case f_connect_copyfile(ls_path,hpb_1,ll_count,lb_files1,lb_files2,lb_files3)
  case 1
   st_ts.text = '正在启动主程序...'
   
  case 2 //启动参数不同,以便赋值更新程序
   st_ts.text = '正在启动主程序...'
   
 end choose
end if
string ls_file
ls_file = gs_application_path + '\xxxxx.exe qqaazzwwss'
run(ls_file)
//close(this)




相关文章

相关软件




月光软件程序下载编程文档电脑教程网站设计网址导航网络文学游戏天地幽默笑话生活休闲写作范文安妮宝贝
电脑技术编程开发网络专区谈天说地情感世界游戏元素分类游戏热门游戏体育运动手机专区业余爱好影视沙龙
音乐天地数码广场教育园地科学大观古今纵横谈股论金人文艺术医学保健动漫图酷二手专区地方风情各行各业

月光软件站·版权所有