In order to produce the .o file for a fortran program I write the following command in my command prompt in windows.
gfortran -c test.for
What I would like to do is either to access cmd from Sublime Text 2 directly or to link the previous command to a shortcut in sublime and get the output in the sublime command line.
In other discussions it is stated that you can do that for the Intel Fortran Compiler.