List folders for search_path

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

Hello

I don't see a question, if it's a tutorial, I think it would have been wiser to post it in the tutorial section, right?

See here:

http://www.lynkoa.com/tutos-cao

Grey "Create a tutorial" tab at the top.

3 Likes