
Search found 2 matches
- 17 Nov 2012 11:40
- Forum: DOS Batch Forum
- Topic: Return the piece of string
- Replies: 5
- Views: 4227
Re: Return the piece of string
Hi All, thank you very much. All scripts is working as I need, now I need to understand better about the commands. 

- 16 Nov 2012 15:04
- Forum: DOS Batch Forum
- Topic: Return the piece of string
- Replies: 5
- Views: 4227
Return the piece of string
Hi, I need to get some words of variable. For example: <systemProperties xmi:id="Property" name="JAZZ_HOME" value="file:///E:/IBM/CLM/QM3_0_1_3/server/conf" required="false"/> The value that I need to get is E:/IBM/CLM/QM3_0_1_3/server/conf, So I trying to fin...