Ver Mensaje Individual
  #4 (permalink)  
Antiguo 08/04/2005, 15:14
Avatar de RootK
RootK
Moderador
 
Fecha de Ingreso: febrero-2002
Ubicación: México D.F
Mensajes: 8.004
Antigüedad: 23 años, 1 mes
Puntos: 50
Pues no le veo problema pasarlo a vb.net..

En las faq´s puse un conversor, en este caso es casi lo mismo..

así sería en vb.net

Cita:
'Create the ProcessInfo object
Dim psi As new System.Diagnostics.ProcessStartInfo("tu_archivo.ex e")
psi.UseShellExecute = false
psi.RedirectStandardOutput = true
psi.RedirectStandardInput = true
psi.RedirectStandardError= true
psi.WorkingDirectory = sPath

'Start the process
dim proc As System.Diagnostics.Process = System.Diagnostics.Process.Start(psi)

'Close the process
proc.Close()
Salu2
__________________
Nadie roba nada ya que en la vida todo se paga . . .

Exentrit - Soluciones SharePoint & Net