I was wondering how I would take additional input into a java program from the very line that I call the program to run from?
The input needs to be something like this:
java program abc.fsm <qwerty.txt
where I could run my program "program" then save the two bits of text "abc.fsm" and "qwerty.txt" as strings then use them to later to call upon files and parse them