Last active
December 22, 2024 14:10
-
-
Save mc3k/acb624815826208fff6c46f71e79b820 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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 [32m%%i[0m converted to [35m%%~ni.gpx[33m | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment