i want batch file to make cab file using makecab
with password and extract it using the same password (i want the two codes alone)
first code:
makecab /add %USERPROFILE%\DESKTOP\M.TXT M.zip /P:12345
second code:
makecab /extract %USERPROFILE%\DESKTOP\M.zip /P:12345