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…“)
(kein Unterschied)

Version vom 25. Februar 2015, 07:14 Uhr

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:*.dll will extract all dll-files