xxx1.tif
xxx2.tif
xxx3.tif
...
-> save as "list.txt" in the same dir
# start OSGEO4W
# merge!!
python C:\osgeo4w\bin\gdal_merge.py -o [output file name] -ps [cell size (1.0 1.0)] --optfile [list.txt]
#example
python C:\OSGeo4W\bin\gdal_merge.py -o merged.tif -ps 0.00011111111 0.00011111111 --optfile list.txt