I want to give command line arguments to a file and then executive that python file from within my master python file. How should I go about this?
I don't really care about the standard output. The file that I want to executive from with my file just outputs all its things to another output file. Therefore, all I want to find out is how to executive a python file (with command line arguments given) from within another python file?
Thanks.