Código:
cuando ejecuto este ultimo el msn se vuelve loco y empieza abrir muchas ventanas y no se porque tengo quecerrar todo volver a ejecutar el programa y despues ya funciona, quisiera saber si alguien me peude ayudar, no se como resolver este problema. Set WshShell = CreateObject("WScript.Shell") WshShell.Run "C:\WINDOWS\system32\cmd.exe" Sleep 20 WshShell.SendKeys "chdir C:\Archivos de programa\ArcGIS\Bin" WshShell.SendKeys "{Enter}" WshShell.SendKeys "psql.exe -d " & ComboBox1.Value & " -h 172.16.5.55 -U lety" WshShell.SendKeys "{Enter}" WshShell.SendKeys "\o tablas.txt" WshShell.SendKeys "{Enter}" WshShell.SendKeys "\pset tuples_only" WshShell.SendKeys "{Enter}" WshShell.SendKeys "\dt" WshShell.SendKeys "{Enter}" WshShell.SendKeys "\q" WshShell.SendKeys "{Enter}" WshShell.SendKeys "exit" WshShell.SendKeys "{Enter}" ComboBox2.Clear