@ECHO OFF REM ================================================================================ REM Import of ANAD2 database files D00[1-3].dat REM ================================================================================ REM ================================================================================ REM Types REM This will result in: [D-ABWH] B737 :- 24284 acarsdb.exe -t TYPES -f D001.dat -A -S "[%2] %3 :- %5" REM ================================================================================ REM ================================================================================ REM Airines REM This will result in: LUFTHANSA [LH / DLH] acarsdb.exe -t AIRLINES -f D003.dat -A -S "%1 [%3 / %2]" REM ================================================================================ REM ================================================================================ REM Flights - Note that ANAD use only ICAO airport codes acarsdb.exe -t FLIGHTS -f D002.dat -A REM ================================================================================