2010-03-17, 08:43 PM
HurrycaneX Wrote:Sorry for asking, but how do you put files in images. Thanks though, this is really cool.
EDIT: Nice note btw, too bad I just unpacked it xD
Depends what operating system you're running on. I don't know if it's the same for Vista or 7, but for XP you open up CMD and cd to the folder that contains your image and your .zip/.rar/whatever.
Then you type in
Code:
copy /b YOUR_IMAGE_NAME.JPG + YOUR_COMPRESSED_FOLDER.RAR NAME_YOU_WANT_THE_NEW_IMAGE_TO_BE.JPGObviously if it's not jpg or rar, change the file extension.
I used to know how to do it in Linux. I probably still do, I just have to mess around with the terminal to get the exact lines for it.
