I have this var (source) which looks like this:
\\xxxxx\xxxx\xxx\Companies\test\in\Th FIle Test - Copy - Copy.mp4
I would like to remove everything before "\" character. So it would look like this:
Th FIle Test - Copy - Copy.mp4
I looked at the trim function but not joy. I am using Batch, so I have a bat file.