狠狠色丁香婷婷综合尤物/久久精品综合一区二区三区/中国有色金属学报/国产日韩欧美在线观看 - 国产一区二区三区四区五区tv

LOGO OA教程 ERP教程 模切知識交流 PMS教程 CRM教程 開發文檔 其他文檔  
 
網站管理員

Asp.net執行服務器端的可執行文件

admin
2011年4月22日 14:49 本文熱度 3069

方法一、process



string user = "sde";
string user1= "sys";
string pwd1 = "sys";
string pwd = "sde";
string db = "wbz";
string dir = @"c:\wbz1";
string cmd =@"/c exp "+user+"/"+pwd+"@"+db+" owner="+user+" file="+dir+".dmp";
Process myprocess=Process.Start("cmd", cmd);
myprocess.WaitForExit();
myprocess.Exited +=new EventHandler(myprocess_Exited);


In order to execute exp.exe of Oracle,   IIS must has powerful previlege. In Web.Config, identity node must be added.


<identity impersonate="true" userName="Administrator" password="passwd" />

In machine.config, the processModel node’s userName attribute should be changed to SYSTEM.



<processModel userName="SYSTEM" password="AutoGenerate" />


 


方法二、ASPEXEC組件法

 

ASPEXEC ASPEXEC是一個免費的ASP組件,它可以執行Server端DOS與Windows的應用程序。

ASPEXEC 3.0語法使用說明:

 

1.使用ASPEXEC之前,請先注冊ASPEXEC.DLL這一個組件,其注冊語法如下:
   Regsvr32 ASPEXEC.DLL

 

2.語法說明  
   Set Executor = Server.CreateObject("ASPExec.Execute")
   '這是建立組件的語法


   Application
   '這是執行的應用程序的檔名稱與路徑
   Executor.Application = "notepad.exe"

 

   Parameters
   '這是執行的應用程序的參數
   Executor.Parameters = "c:\autoexec.bat"

 

   TimeOut
   '這是執行應用程序的等待時間(ms)
   Executor.TimeOut = "6000"

 

   ShowWindow
   '這是執行的應用程式時是否要顯示視窗
   Executor.ShowWindow = Ture

 

   ExecuteDosApp
   'Executes the specified app as a DOS app and returns stdio as string
   Executor.ExecuteDosApp

   ExecuteWinAppAndWait
   'Execute the specified app as a Windows app and wait for the specified timeout if exec is successful

   ExecuteWinApp
   'Execute the specified app as a Windows app and return result code immediately


3.范例

   Set Executor = Server.CreateObject("ASPExec.Execute")
   Executor.Application = "notepad.exe"
   Executor.Parameters = "c:\autoexec.bat"
   Executor.ShowWindow = True
   Response.Write "Attempting to execute " & Executor.Application & "<br>"
   strResult = Executor.ExecuteWinApp
   Response.Write "The result of this call was: " & strResult

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