1.Extract the file path into a .txt file, you will be able to that with a single command line (dir > listmyfolder.txt)
2.Load that .txt file into a database table
3.Use while loop to pick each file and load the data into a table
1.Extract the file path into a .txt file, you will be able to that with a single command line (dir > listmyfolder.txt)
2.Load that .txt file into a database table
3.Use while loop to pick each file and load the data into a table