@echo off cls rem rem script to build insert Toponymie française inside MDweb database thesaurus on windows rem echo ---------------------------------------------------------------------------- echo the Toponymie française will be inserted in the database thesaurus-fra echo it takes few minutes.... echo ---------------------------------------------------------------------------- pause psql -d thesaurus-fra -U postgres < dump-toponyme-fra.sql pause