Windows/cmd: Unterschied zwischen den Versionen

Aus SchnallIchNet
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „== extract a CAB-file == expand <source>.cab -f:<files> <destination> e.g. expand test.cab -f:* . -f for specifying a file/files to be extracted: -f:*.dl…“)
 
Zeile 1: Zeile 1:
== extract a CAB-file ==
+
== extract a CAB-file (Win7) ==
  
 
  expand <source>.cab -f:<files> <destination>
 
  expand <source>.cab -f:<files> <destination>

Version vom 25. Februar 2015, 07:14 Uhr

extract a CAB-file (Win7)

expand <source>.cab -f:<files> <destination>

e.g.

expand test.cab -f:* .

-f for specifying a file/files to be extracted: -f:*.dll will extract all dll-files