How to Execute Multiple Simulation Files in cmd?

I am new to Gatling,
I am trying to run two simulation files example: SignIn.scala and store the authToken to csv file, Then my second file will run all the simulations using the authToken from csv. hence i need to execute signIn.scala file first and then all the other simulation.

Note: I am not using maven