====== makecab ====== Pour compresser le fichier **C:\source\file.txt** sous **C:\destination\file.cab** makecab "C:\source\file.txt" -L C:\destination file.cab Pour lister les fichiers contenu dans le **CAB** : expand -D C:\destination\file.cab Pour extraire le fichiers **file.txt** dans **C:\file.txt** : expand C:\destination\file.cab C:\file.txt