|
Posted by Ben Bacarisse on April 23, 2008, 1:44 pm
Please log in for more thread options
larryawade@gmail.com writes:
<snip>
> Let’s say I will have a Folder on my computer called Text with files
> called Lesson1a.txt, Lesson1b.txt, Lesson1c.txt, Lesson2a.txt,
> Lesson2b.txt, Lesson2c.txt, Lesson2d.txt,…etc. Then a similar Folder
> for the Images – Image1a.jpg, Image1b.jpg,…etc.
>
> Is there a program or routine that can go through the Text folder and
> create a file for each entry.
<snip>
This is not really topical here. The answer will depend on what
system you are using and what tools you have available. For example,
if you have Perl (a scripting language) installed it is a matter of a
few lines to write what you want. In fact the task is simple enough
to be done with the command-line tool (what is know as a shell
script on Unix-like systems and a batch file in Windows).
You might get better help in some groups that is specific to you
system.
--
Ben.
|