run.vbs 96 B

123
  1. Set ws = CreateObject("Wscript.Shell")
  2. ws.run "cmd /c start.bat",0
  3. ws.run "cmd /c startpy.bat",0