Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- title Embed Text To Image
- echo You Must Have .png and .txt in same directory
- echo Put at Desktop
- echo This Called Stegay,not Stega
- echo Click any key
- pause
- echo Put The Image Name File(dud.png)
- set /p image=Image:
- pause
- echo Put The Text Name File(text.txt)
- set /p text=Text:
- pause
- echo Put The Image That Will Compile With Text
- set /p output=Image:
- pause
- cls
- @copy /b %image% + %text% %output%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement