Ouput Multiple Lines and Input into Duplicate Path

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
mojobadshah
Posts: 3
Joined: 27 Apr 2020 14:56

Ouput Multiple Lines and Input into Duplicate Path

#1 Post by mojobadshah » 08 Jun 2020 23:05

I have a FOR statement that requires text to (?echo or ?set) output multiple lines and for these multiple lines to be stdin'd to a duplicate path variable eg. %num% . What overcomplicated means is there to do this? I'm using index and array arithmetic functions.

Post Reply