日韩欧美人妻无码精品白浆,www.大香蕉久久网,狠狠的日狠狠的操,日本好好热在线观看

LOGO OA教程 ERP教程 模切知識交流 PMS教程 CRM教程 開發(fā)文檔 其他文檔  
 
網(wǎng)站管理員

asp在線壓縮和解壓縮文件(文件夾)

admin
2011年2月26日 18:23 本文熱度 3621
<%
'\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
'\\
'\\    1. c:\windows\system32\cmd.exe
'\\       拷貝把本文件所在的路徑
'\\
'\\    2. 把 c:\program\winrar\rar.exe
'\\       拷貝把本文件所在的路徑 并改名為WinRAR.exe
'\\
'\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
'\\
'\\    compressPath(byVal s)
'\\    壓縮文件的路徑 | 字符串變體
'\\
'\\    decompressPath(byVal s)
'\\    解壓縮文件的文件夾 | 字符串變體
'\\
'\\    compress
'\\    在線壓縮 | sub
'\\
'\\    decompress
'\\    在線解壓縮 | sub
'\\
'\\    POWER BY MIRACLE (BLUEDESTINY)
'\\
'\\    EMAIL : Bluedestiny[at]126.com
'\\
'\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
OPTION EXPLICIT
class COMPRESS_DECOMPRESS_FILES
private version, copyright
private oWshShell, oFso
private sCompressPath, sDecompressPath
private sub class_initialize
  version="COMPRESS_DECOMPRESS_FILES BUILDER 20051015"
  copyright="POWER BY MIRACLE (BLUEDESTINY)"
  Set oFso=server.CreateObject("scripting.FileSystemObject")
  Set oWshShell=server.CreateObject("Wscript.Shell")
  writeLn(version+"<br/>"+copyright)
end Sub
private sub class_terminate
  if isobject(oWshShell) then set oWshShell=nothing
  if isobject(oFso) then set oFso=nothing
end Sub
private function physicalPath(byVal s)
  physicalPath=server.mappath(s)
end Function
private sub validateFile(byVal s)
  if oFso.FileExists(s) then exit sub
  if oFso.FolderExists(s) then exit sub
  callErr "file(folder) not exists!"
end Sub
private sub createFolder(byVal s)
  if oFso.FolderExists(s) then exit Sub
  oFso.createFolder(s)
end Sub
private sub writeLn(byVal s)
  response.write "<p>" + s + "</p>" + vbCrlf
end Sub
private sub callErr(byVal s)
  writeLn "<p><b>ERROR:</b></p>" + s
  response.End
end sub
private sub callSucc(byVal s)
  writeLn "<p><b>SUCCESS:</b></p>" + s
end Sub
public sub compress
  validateFile(sCompressPath)
  oWshShell.run("WinRAR A " + sCompressPath + " " + sDecompressPath & "")
  if Err.number>0 then callErr("compress lost!")
  callSucc("compress <b>" + sDecompressPath + "</b> to <b>" + sCompressPath + ".rar</b> successfully!")
end Sub
public sub decompress
  validateFile(sCompressPath)
  createFolder(sDecompressPath)
  oWshShell.run("WinRAR X " + sCompressPath + " " + sDecompressPath & "")
  if Err.number>0 then callErr("decompress lost!")
  callSucc("decompress <b>" + sCompressPath + ".rar</b> to <b>" + sDecompressPath + "</b> successfully!")
end sub
public property Let compressPath(byVal s)
  sCompressPath=physicalPath(s)
end property
public property Let decompressPath(byVal s)
  sDecompressPath=physicalPath(s)
end property
End class
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
<style>
* {
font-size:10.2pt;
font-family:tahoma;
}
</style>
</HEAD>
<BODY>
<%
'\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
'\\
'\\    設(shè)有壓縮文件 compress.rar
'\\    需壓縮文件 decompressFolder 文件夾
'\\
'\\    將 compress.rar 解壓縮至 1 文件夾
'\\    將 decompressFolder 文件夾 壓縮至 2.rar
'\\
'\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
dim oExample
set oExample=new COMPRESS_DECOMPRESS_FILES
oExample.compressPath="decompressFolder"
oExample.decompresspath="1"
oExample.compress
oExample.compressPath="compress.rar"
oExample.decompresspath="2"
oExample.decompress
set oExample=nothing
%>
</BODY>
</HTML>

該文章在 2011/2/26 18:23:50 編輯過
關(guān)鍵字查詢
相關(guān)文章
正在查詢...
點晴ERP是一款針對中小制造業(yè)的專業(yè)生產(chǎn)管理軟件系統(tǒng),系統(tǒng)成熟度和易用性得到了國內(nèi)大量中小企業(yè)的青睞。
點晴PMS碼頭管理系統(tǒng)主要針對港口碼頭集裝箱與散貨日常運作、調(diào)度、堆場、車隊、財務(wù)費用、相關(guān)報表等業(yè)務(wù)管理,結(jié)合碼頭的業(yè)務(wù)特點,圍繞調(diào)度、堆場作業(yè)而開發(fā)的。集技術(shù)的先進性、管理的有效性于一體,是物流碼頭及其他港口類企業(yè)的高效ERP管理信息系統(tǒng)。
點晴WMS倉儲管理系統(tǒng)提供了貨物產(chǎn)品管理,銷售管理,采購管理,倉儲管理,倉庫管理,保質(zhì)期管理,貨位管理,庫位管理,生產(chǎn)管理,WMS管理系統(tǒng),標簽打印,條形碼,二維碼管理,批號管理軟件。
點晴免費OA是一款軟件和通用服務(wù)都免費,不限功能、不限時間、不限用戶的免費OA協(xié)同辦公管理系統(tǒng)。
Copyright 2010-2025 ClickSun All Rights Reserved

激情日韩AV不卡| 免费高清国产| 欧美色综合日韩| 久久久⑨久久久| 国产欧美激情日韩| 精品一区二区在限观看| 欧洲视频一区和二区| 91xxx在线| 亚洲成人大屁股水多在线| 亚洲另类sm在线观看| 亚洲最大av网站在线| 人人操天天捏| 色情老司机三区| 亚洲 欧洲 日韩在线| 午夜影院hh| 欧美新香蕉视频| 九久久久久久七| 欧美福利官网一区| 激情亚洲三级片| 日本久久久久AA| 国产鸡巴日逼视频| 久久国产免费视频一区二区| 天天天干夜夜夜草| 国产一区二区av三区| 激情综合网AT| 91操网| 亚洲无吗兔费| 黄色高潮国产| www.人妻无码.com| 久久久久久久久久久久久三级| 啪视频高清视频在线观看| 美女黄成人网站在线| 原创av一区二区三区| 亚洲AA午夜福利| 国产私人尤物无码不卡视频| 日本三级视频完整| 91成年精品| a欧美www| 阳城县| 久久伊人电影网站| 欧美AAA精品九八五|