Need to concatenate all the VCFs in to a single file
# get a command prompt
Windows_Key + R
run: cmd
# change to the directory where all your VCFs are located
e:
cd vcf
# Run this command
copy /B *.vcf all.vcf
Then upload the “all.vcf” file to google