Search found 4 matches
- 04 Dec 2006 19:45
- Forum: DOS Batch Forum
- Topic: How Can I use the variables properly.. ??
- Replies: 2
- Views: 11168
^^
yes, thanks! this greatly solve my problem..
- 30 Nov 2006 01:31
- Forum: DOS Batch Forum
- Topic: How Can I use the variables properly.. ??
- Replies: 2
- Views: 11168
How Can I use the variables properly.. ??
hi.. can anyone help me on how to properly use the variable during substring. here's the scenario.. when i run this script: set orig_str=E1METRODRUG001MDIAUTOTESTFILE.TXT set max=100 set strlen=21 echo strlen :: %strlen% echo %orig_str% set new_str=%orig_str:~21,100% echo.%new_str% the Output is: TE...
- 30 Nov 2006 01:03
- Forum: DOS Batch Forum
- Topic: CONCAT OF STRINGS
- Replies: 2
- Views: 11270
^^
yes.. tnx..
- 28 Nov 2006 19:25
- Forum: DOS Batch Forum
- Topic: CONCAT OF STRINGS
- Replies: 2
- Views: 11270
CONCAT OF STRINGS
hi, im a newbie to dos scripting... is der a way i can concat strings?
ex. string01=Hello, string02=World
final_string=HelloWorld
ex. string01=Hello, string02=World
final_string=HelloWorld