Do the multiple .tpr files imply different inital velocities?

Dear gmx users,
I need to perform four MD run with different initial velocities for the trichloroethylene-water interface . I have performed NVT equilibration with gen-vel=yes, gen-seed =-1. To run the NVT equilibration, I used the following command with grompp :
grompp -f nvt.mdp -c em-tce-water.gro -r em-tce-water.gro -p topol.top -o nvt-tce-water.tpr -maxwarn 1000
After this run, i got multiple .tpr files as nvt-tce-water.tpr, #nvt-tce-water.tpr.1# , #nvt-tce-water.tpr.2# #nvt-tce-water.tpr.3#. Further I have run four different NVT equilibration with these separate .tpr files considering them as four input files with different initial velocities by giving the command:
mdrun -deffnm nvt-tce-water1
mdrun -deffnm nvt-tce-water2 etc.
that is in total 4 different NVT equilibration runs completed and I obtained the respective .gro files. After that, I have run corresponding NPT equilibration MD simulation. Is this method correct? or what shall I do inorder to produce runs with different initial velocity?

You already have an active thread on this (How to generate parallel runs with different initial velocites?). It is better to keep all replies there. If you get impatient, remember that everyone here are volunteers, helping you to the best of their abilities. Do not be surprised it if takes a few days between replies.

Understood, will keep replies in the existing thread. Thanks for the reminder.I respect that everyone here is volunteering their time and expertise to assist, and I will be patient in awaiting responses.
Thank you