Psql command for Postgresql write in Visual Basic Script

This program is similar to psql in standard installation of postgresql database.
The difference of psql original are:

1) the parameter of command line is not equal 
   E.g
  Psql vbs  | psql original
  /CMD      | -c
  /DB       | -d
  /ECHOQ    | -e
  /HOST     | -h
  /HTML     | -H
  /LADB     | -l
  /PORT     | -p
  /USER     | -u
  /VERSION  | -v
  /HELP     | --help
  ecc.

This program require run using cscript
  
Bye
