| 1. |
Solve : Finding text and inserting variable? |
|
Answer» I have pgp installed and wanted to make a batch file to execute on a directory automatically. Hourly the scripts are being sent with a new file name every hour. I have tried using the c:\* and every other wildcard, but just keep on getting error MESSAGES in pgp with file does not EXISTS. EX: synatx of a good filename c:\test.pgp. How do I get around this. Ultimately I want a script to run hourly that would decrypt the whole directory looking for .pgp FILES. Would I execute a script to look for all files with a .pgp filename, save the filename then put in some static text with the variable filename .pgp. How do I go about doing this. |
|