B billrobin Unregistered / Unconfirmed GUEST, unregistred user! 2003-11-13 #1 请问如何在 asp.net中调用执行 exe程序!
N natural Unregistered / Unconfirmed GUEST, unregistred user! 2003-11-14 #2 给你一个例子: using System.Diagnostics; Process ps=new Process(); ps.StartInfo.FileName=@"d:/aa.exe"; ps.Start();
给你一个例子: using System.Diagnostics; Process ps=new Process(); ps.StartInfo.FileName=@"d:/aa.exe"; ps.Start();
M mmtxm Unregistered / Unconfirmed GUEST, unregistred user! 2003-11-14 #4 http://expert.csdn.net/Expert/topic/2375/2375786.xml?temp=.9939386