You can wrap an executable file around a PowerShell script (PS1) so that you can distribute the script as an .exe file rather than distributing a “raw” script file. This eliminates the need of ...
If speed isn't an issue you could try Cygwin which comes with gcc which includes a fortran compiler. I mention speed because IMO apps running under cygwin are noticably slower than 'native' ones. And ...