I have compiled a list of webstreams in a .txt
E.g..
List.txt
title of new .txt to be created
contents of new .txt
title of new .txt to be created
contents of new .txt
I was only able to create the .txts using
for /f "delims=" %F in (filenames.txt) do copy nul "%F".txt
I have very limited programming experience compared to others on this site.
Thank you
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…