Search found 1 match

by vduhan
05 Aug 2011 09:44
Forum: DOS Batch Forum
Topic: Creating files with subfolders after reading from a list
Replies: 6
Views: 6665

Creating files with subfolders after reading from a list

Hi, I have a txt file which has a list of filenames wiith directory structure. Example below: C:\createdocs\1.txt C:\createdocs\2.txt C:\createdocs\mydocs\3.txt C:\createdocs\mysubdocs\4.txt C:\createdocs\5.txt I want to create a batch file which will read from this file one by one and will create t...