garynewport2
Instructor
I have a Fortran program that allows an input file to be defined on execution, as well as an output file...
I am running this on my Mac and on a Windows system.
The output part (>) works fine but I cannot use the input declaration (<).
How do I do this on the commandline to achieve the required result?
Code:
.extracks <filein.lst >fileout.trk
I am running this on my Mac and on a Windows system.
The output part (>) works fine but I cannot use the input declaration (<).
How do I do this on the commandline to achieve the required result?