Program to create multiple files automatically

Discuss anything related to portable freeware here.
Post Reply
Message
Author
samoguz
Posts: 7
Joined: Fri Feb 03, 2012 12:22 pm

Program to create multiple files automatically

#1 Post by samoguz »

I have a text file with 100 unique names and I want to create 100 files (not folders) with those names.

Sample text file
============
MikeP
SueH
PaulW

Does anyone know if there is a portable program out there that can do this?

Thanks :mrgreen:

User avatar
tproli
Posts: 1172
Joined: Sat Sep 09, 2006 10:14 am
Location: Hungary
Contact:

Re: Program to create multiple files automatically

#2 Post by tproli »

I used DropIt + a batch file for a somewhat similar task:
http://www.portablefreeware.com/forums/ ... 747#p61747

Perhaps you can modify the .bat file to suit your needs. If not, I can have a look.

Hint: create a "source.txt" file and duplicate (meaning copy and rename) them 100 times

User avatar
Midas
Posts: 6731
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: Program to create multiple files automatically

#3 Post by Midas »

This might be (or not ;) ) what you're looking for: http://www.mynikko.com/dummy/ (DotNET v2!)
Last edited by Midas on Thu Apr 04, 2013 2:36 am, edited 1 time in total.

NickR
Posts: 105
Joined: Thu Aug 26, 2010 6:37 am

Re: Program to create multiple files automatically

#4 Post by NickR »

@samoguz
<Ctrl>C the file
then tap <Ctrl>V 99 times

samoguz
Posts: 7
Joined: Fri Feb 03, 2012 12:22 pm

Re: Program to create multiple files automatically

#5 Post by samoguz »

Thank you all for your help.

Tproli, your suggestion sounds very interesting. I will look into it.

Midas, the program you suggested is awesome! It did exactly what I needed in almost one click.

NickR, what you suggested is way too simple. I needed to create 100 files with different names which were already specified in a txt file as described in my post.

Midas you are a life saver :D I often need to create files which names should be extracted from a text file. I was using portable cygwin with a simple script to do that but opening cygwin and running the script takes more time in my already busy day. I am glad I asked!

User avatar
Midas
Posts: 6731
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: Program to create multiple files automatically

#6 Post by Midas »

As always, 'one is glad to be of service'. Pay it forward... :)

Post Reply