Not knowing programming and not being very familiar with DOS batch processing. It's really difficult to write a script. Now I encounter a new problem:
I now want to get the last part of the file name containing the absolute path. How to write in batch processing?
For example: a:\c\E\b.txt (the path length is not fixed, there may be many layers of directories), now I want to create a variable, let the value of this variable be b.txt, how to solve it with batch processing?
[ Last edited by yardian on 2006-10-19 at 11:24 ]
I now want to get the last part of the file name containing the absolute path. How to write in batch processing?
For example: a:\c\E\b.txt (the path length is not fixed, there may be many layers of directories), now I want to create a variable, let the value of this variable be b.txt, how to solve it with batch processing?
[ Last edited by yardian on 2006-10-19 at 11:24 ]

