rem @echo off set ERR=0 rem ***************************************************************************************** rem ** Call GnuPG to encrypt the perkins loan award file. rem ** Set default recipient with recipient key rem ** (so there is no interactive question asking if I want to use key) and encrypt file. rem ** When going live change filename to bldpromIG*.csv rem ***************************************************************************************** gpg --default-recipient 21CBF00F --encrypt E:\sftproot\perkins_loan\TESTbldpromIG.csv rem pause exit /b