1.

Solve : save file.txt in folder with spesific name?

Answer»

i NEED a help...

my batch create output and batch save output in different name
exp
bI.TXT
bwash.txt
bthe.txt
bcar.txt
byesterday.txt

echo !output2!>>"%setword%"

"%setword%" save output in different name

what i need is to save it in the folder

normally USE

echo !output2!>>"c:\file\file\word\file.txt" to save output in file.txt

but i use "%setword%" to save as variant file name

any SUGGESTION?

What does %setword% contain? A file name? Can't you do this ... ?


echo !output2!>>"c:\file\file\word\%setword%"

echo !output2!>>"c:\file\file\word\%setword%.txt"



Discussion

No Comment Found