Create empty files with right click

Miscellaneous tools
Post Reply
Message
Author
User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

Create empty files with right click

#1 Post by don570 »

I call this right click option empty-files 1.0 :lol:

It's a confusing name. All it does is create empty files in a
folder with a right click.
It might be of use for a programmer or for somebody
building a database.

i.e. A teacher has 30 students. Each student is given a number.

Create 30 files instantly, each with a unique number.
Put attendance or exam marks in the file for the student.

________________________________________________
Attachments
empty-files-1.1.pet
create empty files with a right click on folder
(4.29 KiB) Downloaded 530 times
Last edited by don570 on Thu 05 Apr 2012, 19:24, edited 1 time in total.

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#2 Post by don570 »

Here's a picture.

Image

___________________________________

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

Empty-files version 1.1

#3 Post by don570 »

Empty-files version 1.1 - slight improvement

Instead of using a default text editor
I built a message window instead. It looks nicer :lol:

__________________________

User avatar
8-bit
Posts: 3406
Joined: Wed 04 Apr 2007, 03:37
Location: Oregon

#4 Post by 8-bit »

Is the Enter Number box for the number of empty files to create?
IOW, if I entered 30, then 30 empty appropriately named files would be created?
Also, does it check for existance of files so if one wanted to add more, the previously created files that might contain data would not get overwritten with empty files in the creation process?
Maybe change it to have a beginning and ending file number for the creation of empty files.

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#5 Post by don570 »

Is the Enter Number box for the number of empty files to create?
Yes. You should check for yourself with an empty folder to gain
confidence in the software. That how I do my testing.
Maybe change it to have a beginning and ending file number for the creation of empty files.
That's a good suggestion that I never really thought about.

If I have time I can build that feature in. I would put an advanced
button in window for user to click and I could simply check
for the existence of such and such a file and create more from that beginning.

...But it's not a priority for me. I just wanted some empty files to
manipulate with a script. ______________________________________________________

Post Reply