I wanted to run two programs using a single batch file in python.
The code below does this, but I want that, when the first program has finished executing the second program will stop running and the batch file will close.
@ECHO off
start C:\Users\User1\Desktop\Softwares\Googletalk
start C:\Users\User1\Desktop\Softwares\YahooMessenger