Skip to content

JonnyBanana/Contact_Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Contact_Bot

Simple program to create, export, or merge multiple files with .vcf extension



I was looking for a simple program to quickly compile files with .vcf extension (Compatible with Android - Windows - Gmail - etc.). I found on the net (I don't remember where, but redo here on github) a simple script in dos of a certain BL4CKH47H4CK3R (unfortunately I can no longer find the source ...), the basic idea was very good, but the script had some bugs, especially some loops that were infinite.

However, a small adjustment to the if else conditions was enough to make the program fully functional, I also added a function that I needed a lot in everyday working life, that is the "merge contacts" function that allows you to merge multiple vcf files in one file.


CAUTION!

NEVER INSERT ORIGINAL .VCF FILES INTO THE ROOT OF THE PROGRAM, BECAUSE SOME FUNCTIONS DELETE THE .VCF FILES PRESENT IN THE FOLDER BEFORE PERFORMING ITS OPERATIONS (YOU WILL ALWAYS BE NOTIFIED IN THE PROMPT COMMAND), ALWAYS INSERT A COPY OF YOUR ORIGINAL FILES! AND ALWAYS MAKE SURE YOU HAVE A BACKUP COPY OF YOUR .VC FILES IN A SAFE LOCATION ON YOUR PC BEFORE RUNNING THE PROGRAM!!!


P.S. I could have put a backup function in a specific folder, but I didn't have the time or the inclination...
I just needed a simple program to write and use, and that's it...
Cheers


COMPILATION INSTRUCTIONS

To compile the DOS file you can use the freeware program
"Bat To Exe Converter" or similar.
In the "img" folder you will also find the .ico file to match.


If you need a precompiled exe you can download it from here:
https://github.com/JonnyBanana/Contact_Bot/releases/tag/v1.0.0


If you decide to use the exe file, the vcf files will be created in the same location
where you are using the program, if you have to use the "Merge Contacts" function
make sure you have the vcf files in the same path as the program.


Note that the file is portable and does not require installation.
So if for example you launch the program from your Desktop,
the vcf files will be created in that same location.


About

Simple program to create, export, or merge multiple files with .vcf extension

Resources

Stars

Watchers

Forks

Packages

No packages published