Ejecutar archivo .bat

17/02/2006 - 18:52 por JOSE DAVID GALVIZ M | Informe spam
Compañeros, esta tratando de hacerlo asi:

Dim p As New Process
p.StartInfo.FileName = "rgs.bat"
p.StartInfo.WorkingDirectory = My.Application.Info.DirectoryPath
'p.StartInfo.Arguments = "prueba.txt"
p.StartInfo.WindowStyle = ProcessWindowStyle.Minimized
p.Start()

Pero no resulto, alguien tiene un ejemplo o me pued eindicar que modificar.


Gracias,




JOSE DAVID GALVIZ MUÑOZ
MCAD - DCE 5 Estrella
 

Leer las respuestas

#1 JOSE DAVID GALVIZ M
17/02/2006 - 19:50 | Informe spam
Bueno ya lo hice simplemente con Process("mi.bat")

Gracias en todo caso.




JOSE DAVID GALVIZ MUÑOZ
MCAD - DCE 5 Estrella


"JOSE DAVID GALVIZ M" escribió en el mensaje
news:einAhr%
Compañeros, esta tratando de hacerlo asi:

Dim p As New Process
p.StartInfo.FileName = "rgs.bat"
p.StartInfo.WorkingDirectory = My.Application.Info.DirectoryPath
'p.StartInfo.Arguments = "prueba.txt"
p.StartInfo.WindowStyle = ProcessWindowStyle.Minimized
p.Start()

Pero no resulto, alguien tiene un ejemplo o me pued eindicar que modificar.


Gracias,




JOSE DAVID GALVIZ MUÑOZ
MCAD - DCE 5 Estrella

Preguntas similares