Search found 2 matches

by koos147
22 Aug 2014 02:16
Forum: DOS Batch Forum
Topic: convert variable from file
Replies: 2
Views: 1587

Re: convert variable from file

thanks it works

the source file is needed because the script it self must be generic

If you have a better way of handling this,any input is welcome
by koos147
21 Aug 2014 09:08
Forum: DOS Batch Forum
Topic: convert variable from file
Replies: 2
Views: 1587

convert variable from file

Hello i have a txt file with variable for example source.list %Fname%.%Lname%@domain.com %Fname%%Lname%@domain.com i have a batch script where the variable are set (i can echo them to the screen) now i want to read the lines from source.list and write them to destenation.list for /f "tokens=*&q...