C
Capitaneus
I simply want to 'cat' two string passing them as parameter to a
command,
just like this:
[Thecommand] [Param1]
If [Thecommand] is "ps2pdf" and I write
ps2pdf My%Variable%.ttf
anf if %variable% is "font"
then I get
ps2pdf My font.ttf
and not
ps2pdf Myfont.ttf
There is an undesired blank space BEFORE the variable.
The "set /help" talks of the syntax %variable:str1=str2%, but I didn't
understand how it works.
Please, help me...
command,
just like this:
[Thecommand] [Param1]
If [Thecommand] is "ps2pdf" and I write
ps2pdf My%Variable%.ttf
anf if %variable% is "font"
then I get
ps2pdf My font.ttf
and not
ps2pdf Myfont.ttf
There is an undesired blank space BEFORE the variable.
The "set /help" talks of the syntax %variable:str1=str2%, but I didn't
understand how it works.
Please, help me...