So I have a bunch of aliases and Command Line prompt programs, and my main program works by inputting b into the cmd.exe, followed by some filepath names and what not. How would
You should use the subprocess module. In particular, subprocess.call will run command line programs for you.