Just a quick one. <br><br>I use AFTrack on my Nokia 6630. I got fed up of converting all my .trk files (PCX) to .GPX files, so I found a script here: <br><br><a href="http://sci.tech-archive.net/Archive/sci.geo.satellite-nav/2004-08/2294.html">
http://sci.tech-archive.net/Archive/sci.geo.satellite-nav/2004-08/2294.html</a><br><br>Use notepad and make a .cmd file containing this:<br><br>FOR %%X IN (*.trk) DO gpsbabel.exe -p "" -w -r -t -i pcx -o gpx %%X %%~dpnX.gpx
<br><br>where -i is your input format<br>-o is your output format<br>and the *.s are the extensions<br><br>Obviously this works for any batch job in windows.  Also obviously, if you use the gpsbabel GUI you can run a conversion, get the command line which works for you, and put it in there.  Also also, don't forget to remove spaces in directory names.
<br><br>Yes, I know I should be using operating system <insert name here>, but I don't touch it outside of work so I thought this would come in useful for people with Windows who don't have the command-line foo or the time/inclination to do so. :-)
<br><br>Ben<br><br>ps. Is this like admitting you're a fan of Take That at a rugby club?<br>-- <br><a href="mailto:ben@crouchingbadger.com">ben@crouchingbadger.com</a> | <a href="http://crouchingbadger.com">http://crouchingbadger.com
</a>