
If you have an old mobile phone (not a smart one) like the one I have Samsung duos gt-e2252 you would not be able to backup all the SIM card contacts .vcf files at once, you would see that individual files are added to contact folder. So it becomes really tedious to import contacts individually on some other phone (Especially smartphones like Android and iPhones). It would be amazing if there is a tool that merges all such files in one large vcf file, thankfully you don't even need a tool for this, the Command Prompt on Microsoft Windows Operating System is able to do so,
Copy all .vcf files into one large file:
- Open Command Prompt : Go to Run (Ctrl + R) and type cmd and press enter.
- Now browse to the folder were you have placed all the contacts. If there are scattered, move them into one folder.
- Once your there type the command : copy *.vcf contacts.vcf
- You should now see a vcf file created in the same folder that have all files merged.
- This really saved a lot of time for me, hope it helps someone who is in similar situation.
- How to create a New Project in Visual Studio Code (VS Code)
- How to Whitelist IP Address on GoDaddy Hosting?
- CentOS Cannot find a valid baseurl for repo base7x86_64 yum
- Fix: This app is no longer shared with you error iPhone or iPad iOS
- How to check the version of NodeJS installed
- [Error] There was an error connecting to the apple id server
- Find Restroom Near Me - Closest Toilet Nearby Using Your Current Location
- How to install xz data compression software using Brew
- Steps to Delete or Deactivate Instagram Account
- How to enable line numbers in IntelliJ
- How to display line numbers in Terminal while displaying content of a file
- Unzip a Zip file from Terminal Command
- Install SonarLint on Visual Studio Code
- How to Scan iPhone for Virus? Is Antivirus it really required?
- 100+ SEO Tips to improve your website search ranking
- [fix] Editor could not be opened unexpected error: File is a directory (VS Code)
- How to Fix Spelling Errors on Microsoft Word for Mac
- How to convert byte array to String [Kotlin]
- [Fix] Error 1020 Cloudflare: Access was denied
- Command: How to scp a file to remote server location?
- What is an Authorization Code Grant? OAuth 2.0
- How to Connect to AWS Windows EC2 UI Instance from M1 Mac (Updated 2022)
- How to replace with space
- VS Code Remove Unused Imports Keyboard Shortcut
- How to rerun last command in Zsh shell
- [Ubuntu] Search a package and versions using apt command - Linux
- List of Code Snippets/Templates to Eclipse IDE - Eclipse
- Unsupported major.minor version 52.0 in java - Java
- macOS Ventura: In order to use Xcode.app you need to update to the latest version - MacOS
- [IRCTC] Indian railways official eRail API 1.1 for developers to get train info - HowTos
- Java equals method - Tutorial - Java
- How to turn off AirPods Nearyby notifications on macOS Big Sur? - Apple
- Calculate Sum of List elements using Java Streams - Java