In order to migrate images into Imago we first need to compile a list of the images that we need to migrate. In order to accomplish this we have a added the ability to scan a directory an return a text file with images available in that directory via the windows command line.
Use the following command
dir [PhotoPath] /b /s *.jpg > c:\temp\list.csv
That will create a file in c:\temp\list.csv with a list of all the images in the nominated [PhotoPath] directory. For example:
Will create a list with all the *.jpg files found in C:\temp and it's subdirectories.
Comments
0 comments
Please sign in to leave a comment.