Search found 1 match
- 13 Jun 2013 18:56
- Forum: DOS Batch Forum
- Topic: Listing folder paths from %PATH% to a file, one per line
- Replies: 2
- Views: 2805
Listing folder paths from %PATH% to a file, one per line
I frequently need to check the list of folders in the PATH environment variable. I need to see if folders exist and in what order they are referenced. As I searched in the forums for examples on how to list out %PATH% in a readable, 1 folder path per line, listing. I was able to piece this command t...