Hello
here is a method to quickly list all the folders and subfolders in order to make a path file for Proe,
Method:
Create a search.txt file
Create a lister_search.txt file
In the latter, enter the commands:
@echo off
dir /ad /b /s >>search.txt
@echo off
then rename it to .bat
Copy the 2 files to the working directory and then run the .bat
Add search_path e:.... in front of the different paths
And that's it.
Roman
lister_search.bat