Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1728

Inserting string into a variable.

$
0
0
I'm trying to insert "new-" at the beginning of a filename that was read for the command line into a variable. Why doesn't this work (and no insults please :))
set filmname=%$
set newfilename=%@insert[0,new-,%filename]

Viewing all articles
Browse latest Browse all 1728

Trending Articles