Skip to content

Commit

Permalink
add windows copy image
Browse files Browse the repository at this point in the history
  • Loading branch information
snowme34 committed Apr 14, 2019
1 parent 2a555f2 commit 4e517a7
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions docs/source/reference/commands/windows-commands.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Windows Commands

*Last Update: 12/19/2018.*

## Make Junctions

```cmd
Expand Down Expand Up @@ -33,4 +31,21 @@ Run the following case-insensitive "names" directly in `Run` (press Win+R)
```cmd
shell:RecycleBinFolder
shell:startup
```
```

## File inside Picture

Will put a file inside an image.

* Put the files inside an archive (rar or zip)

```cmd
copy /b input.jpg+input.rar=output.jpg
copy /b input.jpg+input.zip=output.jpg
```

Rename `output.jpg` to either `output.rar` or `output.zip`
and unpack to get original file.

Note even if the original input archive is `rar`, try `zip`
to see if it works.

0 comments on commit 4e517a7

Please sign in to comment.