Skip to content

Instantly share code, notes, and snippets.

@mc3k
Last active December 22, 2024 14:10
Show Gist options
  • Save mc3k/acb624815826208fff6c46f71e79b820 to your computer and use it in GitHub Desktop.
Save mc3k/acb624815826208fff6c46f71e79b820 to your computer and use it in GitHub Desktop.
@echo off
Title Batch convert fit to gpx
for %%i in (*.fit) do "C:\Program Files\GPSBabel\gpsbabel.exe" -rt -i garmin_fit -f %%i -x track,course,speed -o gpx -F %%~ni.gpx && echo %%i converted to %%~ni.gpx
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment