- Save the executable on your desktop
- Open CMD by going to the Windows start men and typing cmd
- In CMD, type:
cd Desktop
and press ENTER
- Create a table with the people to check and save it as a CSV file on your desktop. The file shall have this format:
First name | Last name | FIV no |
---|---|---|
Mario | Rossi | 123456 |
Pietro | Bianchi | 456789 |
- In CMD, type
app-win.exe -f filename.csv -u username -p password
, wherefilename.csv
is the name of the file containing the people to check andusername
andpassword
are the credentials you use to log into the FIV portal
- Press ENTER; after a few seconds the program will generate a file named results.csv on your desktop containing the results of the check, and it will open such file automatically in Excel
If you don't specify a valid file containing the names to check, the program will exit displaying the following error:
Error: missing source file; check the file path
check that you specified the correct file name
If you input the wrong username or password, the program will exit displaying the following error:
Error: login failed; check your username and password
check that you specified the correct username and password
Send an email to [email protected] with a screenshot of the error displayed. Bear in mind he's in Australia, so you might have to wait a bit for a response.