Skip to content

Instantly share code, notes, and snippets.

@kobakou
Last active January 2, 2019 04:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kobakou/38895499ba09c7ea20cdf8417c51b28a to your computer and use it in GitHub Desktop.
Save kobakou/38895499ba09c7ea20cdf8417c51b28a to your computer and use it in GitHub Desktop.
@echo off
echo ドラッグ&ドロップされたファイルの絶対パスは、
echo %~xn1
echo です。
"C:\Program Files (x86)\GPSBabel\gpsbabel.exe" -t -i gpx -f %~xn1 -x nuketypes,waypoints,routes -o nmea -F %~xn1.nmea
nmeasonyconv.exe %~xn1.nmea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment