You must have downloaded a Cygwin version of gawk which probably contains many Cygwin dependencies. I have gawk-3.1.6-1 that works fine without Cygwin. You should look for a stand alone version of the program which in my case is 352kB long. There are many versions but stand alone version is the key. Martin
---- Claudio <[email protected]> wrote: ============= I GOT IT !!! I installed cygwin and did. Thanks !!! 2010/5/21 Claudio <[email protected]> > Hi Robert. > > Thanks for posting your AWK script , I have tried with GAWK-WIN, running on > windows. > I saved your script in text file and called it ConvertPBM.awk <-- Is that > OK ? > Then a use the Windows, START -> EXECUTE C:\gawk-win\gawk -f ConvertPBM.awk > test.pbm > C:\gawk-win\art.out > > C:\gawk-win = where my executeble and test.pbm are > > I also tried C:\gawk-win\gawk -f ConvertPBM.awk test.pbm > art.out > > But nothing have happened, and no art.out file was created. > > Please what am I doing wrong ? > > Thanks!! > > Claudio.
