CitarSet shell = CreateObject("WScript.Shell")
shell.CurrentDirectory = "C:\Users\js\Desktop\createIndex"
shell.Run "createindex.bat"
https://stackoverflow.com/questions/34820685/want-to-use-vbscript-to-run-bat-file-in-a-different-folder
http://foro.elhacker.net/programacion_visual_basic/solucionado_ejecutar_exe_desde_vb6-t315279.0.html




