Lisans ve Kayıt
Bandizip License PolicyHow to register Bandizip Bandizip Edition Comparison Bandizip MSE (Microsoft Store Edition) How to receive a receipt Refund Policy How to unregister Bandizip Bandizip Ücretli Sürümü'n ayrıcalıklı özellikleri
How to use the Password ManagerHow to use Repair Archive How to use the Password Recovery How to preview images in an archive with Bandizip How to use Antimalware Scan on Archive Özellikler ve Teknik Şartlar
How to use Extract Here (Smart)How to split a large file into smaller files with Bandizip How to use Unicode filenames in ZIP format ZIPX archive format 7z archive format ZPAQ archive format Solid Compression How to open RAR files How to open ALZ and EGG files How to use Fast Drag and Drop How to use Multi-core Compression How to use High-speed Archiving How to modify an archive without decompression How to open a file in an archive without extraction How to edit a file and save it in an archive directly How to set a password for an archive How to encrypt filenames in archives How to move files to Recycle Bin (Trash) when deleting How to compress a file even when the file is used by another process How to use Parallel Extraction Expand folder tree automatically How to prevent data corruption by safe backup How to test an archive How to copy Zone.Identifier information for malware protection How to change the theme color for Bandizip How to export and import Bandizip settings How to uninstall Bandizip Update types Komut Satırı Parametreleri Bandizip Setup Command Line Parameters Windows 10 ARM sürümü üzerinde Bandizip Sorun Giderme
How to troubleshoot when I can’t register BandizipHow to troubleshoot when I can’t access the email account that I used to buy Bandizip How to troubleshoot when codepage auto-detection doesn’t work correctly How to troubleshoot when Bandizip opens archive files automatically when I download them on the browser How to troubleshoot when an icon for archives doesn’t appear properly in the File Explorer How to troubleshoot when a right-click menu (context menu) for Bandizip doesn’t appear How to troubleshoot when a right-click menu (context menu) for Bandizip isn’t displayed properly How to troubleshoot when the compression or decompression speed is too slow How to troubleshoot when Error 22 occurs and Mac Finder on Catalina can’t extract a ZIP archive How to troubleshoot when Mac Finder can’t extract an encrypted ZIP file How to use a non-alphabetic language character in a password How to test multiple archives How to troubleshoot “The parameter is incorrect.” How to troubleshoot when Bandizip conflicts with Sticky Notes How to troubleshoot when I can’t open an archive in a network mapped drive How to troubleshoot when a split archive can’t be decompressed How to troubleshoot when bdzsfx.x86.sfx is diagnosed as malware How to run Bandizip on Linux using Wine |
Komut Satırı ParametreleriBandizip (Bandizip.exe) ve Bandizip'in komut satırı uygulaması (bz.exe) aşağıdaki komut satırı parametrelerini destekler:
# Bandizip.exe <archive>
# Bandizip.exe <command> [<switches>...] <archive> [<files>...] [<path_to_extract>] # Bandizip.exe <bcommand> [<switches>...] [<files>...]
# bz.exe <command> [<switches>...] <archive> [<files>...] [<path_to_extract>]
<archive>Ayarlar'da belirtilen varsayılan görevi gerçekleştirme. (Genellikle bir arşivi açma.) <command>
<bcommand> Batch (Yığın) Komutları
<switches><switches> (Sadece Bandizip ile)
<switches> (Sadece bz ile)
ÖrneklerArşiv açBandizip.exe sample.zip Yeni arşiv oluştur (Aynı isimde var olan dosyanın üzerine yaz)Bandizip.exe c c:\sample.zip c:\src\ Bandizip.exe c c:\sample.zip c:\src1\ c:\src2\ Arşive dosyalar ekleBandizip.exe a c:\sample.zip c:\src\sample.txt Bandizip.exe a c:\sample.zip c:\src\sample1.txt c:\src\sample2.txt Bandizip.exe a c:\sample.zip c:\src\*.txt c:\src\*.jpg Arşivden dosyalar silBandizip.exe d c:\sample.zip sample.txt Bandizip.exe d c:\sample.zip *.txt Bandizip.exe d c:\sample.zip *.tmp *.bak Dosyaları hedef klasöre çıkartBandizip.exe x -o:c:\dest\ c:\sample.zip Arşive dosyalar ekle, şifreyi Passw0rd olarak ayarla, varolan dosyaların üzerine sormadan yaz ve dialog penceresini kapatBandizip.exe a -y -p:Passw0rd test.zip c:\src d:\src Birden fazla arşivdeki dosyaları tek klasöre çıkartBandizip.exe bx -o:c:\dst a.zip b.zip c.zip Birden fazla arşivdeki dosyaları Buraya Çıkart (Otomatik) özelliğini kullanarak hedef klasöre çıkartBandizip.exe bx -o:c:\dst -target:auto a.zip b.zip c.zip Birden fazla klasörü (a, b, c), her klasöre ait isimle sıkıştır (a.zip b.zip c.zip)Bandizip.exe bc a b c Arşivin en üst seviye klasörünü belitBandizip c -root:top test.zip abc.txt ![]() (bz.exe) Yeni arşiv oluşturbz c test.zip test ![]() Arşivdeki dosyaları yeniden adlandırabc.txt dosyasını xyz.txt olarak isimlendir Bandizip rn test.zip abc.txt xyz.txt Alt klasördeki abc.txt dosyasını xyz.txt olarak isimlendir Bandizip rn test.zip sub/abc.txt sub/xyz.txt ![]() AAA.txt dosyasını XXX.txt ve BBB.txt dosyasını YYY.txt olarak isimlendir Bandizip rn test.zip AAA.txt XXX.txt BBB.txt YYY.txt Dosyaları joker karakterleri (wildcard) kullanarak çıkartDosya çıkartmak ya da arşivleri test etmek için dosya adlarında joker karakterler (wildcard) kullan Bandizip x *.zip ![]() Bandizip t ABC??.zip Compress multiple folders individuallyCompress folders with the name of each, and create the archives in the destination folder Bandizip bc -aoa -o:d:\backup c:\src\folder1 c:\src\folder2 c:\src\folder3 c:\src\folder1 → d:\backup\folder1.zip Read and execute command lines from specified fiileSave long command lines as TXT file and call it Bandizip /cmdfile cmdfile.txt Bandizip /cmdfile c:/test/cmdfile.txt ![]() Spaces in pahtsUse quotation marks when specifying long filenames or paths with spaces Bandizip t "c:\folder name\file name.zip" Bandizip x -o:"c:\out folder\" "c:\folder name\file name.zip" Extract specified files onlyUse filenames or wildcards to specify files you want from archive Bandizip x sample.zip test.txt Bandizip x sample.zip a.txt b.txt Bandizip x sample.zip *.jpg Bandizip x -r sample.zip *.jpg |