Automatically applying texture to terrain

Our landscape game world is composed of 150 or so tiles. Batch importing the 150 elevation tiles using the RAW16 format is easy. However, we have 150 different texture tiles to apply to the elevation. How can we apply automatically the 150 textures to the terrain so we we can have a complete batch importation process? Thanks