?? 在asp中執行server端命令行的方法.txt
字號:
在ASP中執行Server端命令行的方法...
--------------------------------------------------------------------------------
【我心飛揚】 于 12/28/98 10:49:38 PM 加貼在 Joy ASP ↑:
...(不要去HACK哦!)
Set WShShell = Server.CreateObject("WScript.Shell")
RetCode = WShShell.Run("X:\Blahblah", 1, True)
if RetCode = 0 Then
'There were no errors
else
Response.Redirect "Errors.htm"
end if
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -