Hi I have winrar batch in server. it is working perfectly. I want to be able to encrypt password section of this file. if anyone can help me about this.
Either way Is okay with me a) encrypt password section of winrar command line or b) encrypt whole backup.bat file so unreadable anything by others.
My batch this.
@ECHO OFF
ForFiles /p "G:\GoogleDrive\My Drive\my-Backup" /s /d -10 /c "cmd /c del @file"
rar a -r -v51G -phMYPASSWORD "G:\GoogleDrive\My Drive\my-Backup\server1-D-.rar" -agdd-MM-yyyy D:\
rar a -r -v51G -phMYPASSWORD "G:\GoogleDrive\My Drive\my-Backup\server1-C-.rar" -agdd-MM-yyyy C:\