I use to be able to compile a txt file that had all my source files listed in it like this:
occupant.java
goodguy.java
morphon.java
...
I can't remember what I typed at the console. It was something like javac @ compile.txt (but not that). Does anyone know how this is done? Thanks.