use python to type cmd command prompt code example Example: how to run cmd line commands in python import os os.system("javac lolol.java")# or something....