If this site goes down it is because of the crappy DreamHost web hosting: They will disable your "unlimited traffic" web server if a single bot hammers the site with a moderate load. If necessary, an alternate ExifTool forum page is available at https://sourceforge.net/p/exiftool/discussion/
"C:\Program Files\Hugin\bin\exiftool" "-filename<CreateDate" -d %Y%m%d_%H%M%S%%-c.pano.%%le DJI_0025.JPG -a
REM Rename the output to the date it was captured to help clarify the filename.
"C:\Program Files\Hugin\bin\exiftool" "-filename<CreateDate" -d %Y%m%d_%H%M%S%%-c.pano.%%le DJI_0025.JPG -a
REM This does not work for some reason?
Pause
D:\Photo Location Testing\Rename Test>renameTest2.bat
D:\Photo Location Testing\Rename Test>REM Rename the output to the date it was captured to help clarify the filename.
D:\Photo Location Testing\Rename Test>"C:\Program Files\Hugin\bin\exiftool" "-filename<CreateDate" -d mHS%-c.pano.%le DJI_0025.JPG -a -m
Warning: New file name is empty - DJI_0025.JPG
0 image files updated
1 image files unchanged
D:\Photo Location Testing\Rename Test>REM This does not work for some reason?
D:\Photo Location Testing\Rename Test>Pause
Press any key to continue . . .
D:\Photo Location Testing\Rename Test>"C:\Program Files\Hugin\bin\exiftool" "-filename<CreateDate" -d %Y%m%d_%H%M%S%%-c.pano.%%le DJI_0025.JPG -a
Warning: [minor] Possibly incorrect maker notes offsets (fix by 1783?) - DJI_0025.JPG
Warning: [minor] Suspicious MakerNotes offset for tag 0x0025 - DJI_0025.JPG
1 image files updated
Quote from: Alastair Gordon on Today at 09:03:58 AMThanks, StarGeek, but I still do not know the code I need to simply strip the gps data and then write the modified content, either to the same jpg file, or to another file.
C:\>exiftool -G1 -a -s -gps* y:\!temp\Test4.jpg
[GPS] GPSVersionID : 2.3.0.0
[GPS] GPSLatitudeRef : North
[GPS] GPSLatitude : 40 deg 41' 21.12"
[GPS] GPSLongitudeRef : West
[GPS] GPSLongitude : 74 deg 2' 40.20"
[Composite] GPSLatitude : 40 deg 41' 21.12" N
[Composite] GPSLongitude : 74 deg 2' 40.20" W
[Composite] GPSPosition : 40 deg 41' 21.12" N, 74 deg 2' 40.20" W
C:\>exiftool -P -overwrite_original -gps:all= y:\!temp\Test4.jpg
1 image files updated
C:\>exiftool -G1 -a -s -gps* y:\!temp\Test4.jpg
C:\>