Search found 4 matches

by mhmanio
04 Dec 2006 19:45
Forum: DOS Batch Forum
Topic: How Can I use the variables properly.. ??
Replies: 2
Views: 10254

^^

yes, thanks! this greatly solve my problem..
by mhmanio
30 Nov 2006 01:31
Forum: DOS Batch Forum
Topic: How Can I use the variables properly.. ??
Replies: 2
Views: 10254

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...
by mhmanio
30 Nov 2006 01:03
Forum: DOS Batch Forum
Topic: CONCAT OF STRINGS
Replies: 2
Views: 10411

^^

yes.. tnx.. :D
by mhmanio
28 Nov 2006 19:25
Forum: DOS Batch Forum
Topic: CONCAT OF STRINGS
Replies: 2
Views: 10411

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