There are different options for this. I typically install cygwin (http://www.cygwin.com), which is kind of a Linux emulator for Windows, also containing awk. With this, you can start a bash shell window and do awk -f <script file> <dar file> > <output file>. There is also an awk package directly for windows which probably uses a very similar syntax, but I've never personally applied it.