@echo off cls rem rem script to build insert GEMET thesaurus inside MDweb database thesaurus on windows rem echo ------------------------------------------------------- echo this script is made to add a the GEMET thesaurus inside echo your current thesaurus database echo it takes few minutes.... echo ------------------------------------------------------------------- echo the Thesaurus GEMET will be inserted in the database thesaurus-fra echo ------------------------------------------------------------------- pause psql -d thesaurus-fra -U postgres < dump-gemet-fra.sql pause