Beginner here. Working on a program that can be run by the command:
"Aprog inputfilename outputfilename"
Make the program run, then take the 'inputfilename' and 'outputfilename' and use those file names as usable variables in my program.
What's the best way to go about this? Any help is greatly appreciated.