Search found 2 matches

by denkler
29 Mar 2012 04:05
Forum: DOS Batch Forum
Topic: Extracting part of string from right to left
Replies: 8
Views: 7205

Re: Extracting part of string from right to left

Awesome, way better than my approach!

Thank you very much, works perfect!
by denkler
29 Mar 2012 03:41
Forum: DOS Batch Forum
Topic: Extracting part of string from right to left
Replies: 8
Views: 7205

Extracting part of string from right to left

Hi everybody, I´m facing following little issue - google couldn´t solve it this time... I have a string like this: SET var1=\folder1\...\folderN\[ApplicationName]\[Environment]\ Now I need to extract the string [ApplicationName] from this variable and set it into var2. I am able to extract [Environm...