1.

Solve : Small batch program needed?

Answer»

Hi Friends,
I need some HELP with a batch file.
I want to APPEND 2 strings and make a new sting for eg:
if(counter<1000)
String s1 = SN
int S2 = 00000

String filename = s1 + s2
s2++;

Can someone please tell me how to do this...

set s1=SN
set s2=00000
filename=%s1%%s2%



Discussion

No Comment Found