Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Batch file help  (Read 2551 times)

0 Members and 1 Guest are viewing this topic.

hywaydave

  • Guest
Batch file help
« on: September 08, 2005, 07:00:31 AM »
I'm trying to create a batch file that will encrypt a file using PGP. But after the file is encrypted, I would like it to delete the original file.  The problem is that the batch file seems to run the "del testfile.txt" command before it is finished with encryption.  I've tried the WAIT command and that hasn't worked.  Does anyone have any suggestions?