echo pwd|"C:\Program Files\7-Zip\7z.exe" a file.7zx k:\file.au3 -p
work
echo pwd|"C:\Program Files\7-Zip\7z.exe" x "K:\file.7zx" -oK:\file -p
not work
why?
i would to avoid pass password in command line directly with -p parameter for best sure.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
echo pwd|"C:\Program Files\7-Zip\7z.exe" a file.7zx k:\file.au3 -p
work
echo pwd|"C:\Program Files\7-Zip\7z.exe" x "K:\file.7zx" -oK:\file -p
not work
why?
i would to avoid pass password in command line directly with -p parameter for best sure.