Link to home
Start Free TrialLog in
Avatar of ahmad1467
ahmad1467Flag for United States of America

asked on

How to copy all files in PGP CMD line Encryption

I am running PGP CMD Line; I am trying to make a script that copies all files with the same extension.
I tried *.pgp but it didn’t work; I can only get the script to work if I specify the actual file name.
Here is an example of the script I trying to run.

“pgp.exe --decrypt --input C:\Other_Programs\Test\*.gpg --passphrase "password" --verbose --output C:\Other_Programs\Test\Move\”
ASKER CERTIFIED SOLUTION
Avatar of btan
btan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ahmad1467

ASKER

Thanks for the help but the project scope got changed and there was no need to do a wildcard.