PC Review


Reply
Thread Tools Rate Thread

Concate String in Batch File

 
 
sbubendorf@fargotank.com
Guest
Posts: n/a
 
      28th Oct 2003
I have two variables (parsed substrings)which I need to
combine. fldrnameA=9 fldrnameB=999 fldrname=9999
Can anyone tell me how to combine the two into one using
a batch file? THANK YOU !!!
 
Reply With Quote
 
 
 
 
Torgeir Bakken (MVP)
Guest
Posts: n/a
 
      29th Oct 2003
"(E-Mail Removed)" wrote:

> I have two variables (parsed substrings)which I need to
> combine. fldrnameA=9 fldrnameB=999 fldrname=9999
> Can anyone tell me how to combine the two into one using
> a batch file? THANK YOU !!!


Hi

set fldrname=%fldrnameA%%fldrnameB%


--
torgeir
Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of the 1328 page
Scripting Guide: http://www.microsoft.com/technet/scriptcenter


 
Reply With Quote
 
sbubendorf@fargotank.com
Guest
Posts: n/a
 
      29th Oct 2003
Torgeir: THANK YOU !!! THANK YOU !!!
>-----Original Message-----
>"(E-Mail Removed)" wrote:
>
>> I have two variables (parsed substrings)which I need to
>> combine. fldrnameA=9 fldrnameB=999 fldrname=9999
>> Can anyone tell me how to combine the two into one

using
>> a batch file? THANK YOU !!!

>
>Hi
>
>set fldrname=%fldrnameA%%fldrnameB%
>
>
>--
>torgeir
>Microsoft MVP Scripting and WMI, Porsgrunn Norway
>Administration scripting examples and an ONLINE version

of the 1328 page
>Scripting Guide:

http://www.microsoft.com/technet/scriptcenter
>
>
>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DOS-Batch, How do I place a string at the end of a file. cozzmo1@hotmail.com Windows XP General 2 13th Apr 2009 08:38 PM
Batch file and string parameters brett Windows XP General 9 8th Sep 2006 12:38 AM
need to concate evt log file backups =?Utf-8?B?QWRhbSBDb3g=?= Microsoft Windows 2000 1 17th Feb 2006 09:12 PM
Please help with converting a Date and a Time string after concate =?Utf-8?B?QWxwaGE=?= Microsoft C# .NET 3 29th Dec 2005 08:30 PM
Concate strings in batch file. sbubendorf Windows XP General 1 29th Oct 2003 05:22 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:22 AM.