Eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
I tweaked the code for simplicity:
set PATH=%PATH%;C:\Program Files\7-Zip\
7z e -pmh file_name.zip
start .\file_name.exe
Remember to save the file with the ".bat" extension and change "'file_name1" and "file_name2" to the correct filenames. Like:
set PATH=%PATH%;C:\Program Files\7-Zip\
7z e...