if __name__ == '__main__':
#subprocess.call('StartBots.bat')
bot = subprocess.Popen("python Bot.py", shell=True, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
fbot = subprocess.Popen("python Firstbot.py", shell=True, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)