Results 1 to 6 of 6

Thread: Im a Noob and need help binding files

  1. #1
    Dom~'s Avatar
    Joined
    Jun 2012
    Posts
    1,336
    Userbars
    12
    Thanks
    1,519
    Thanked
    545/352
    DL/UL
    108/0
    Mentioned
    369 times
    Time Online
    49d 8h 40m
    Avg. Time Online
    17m

    Im a Noob and need help binding files

    I am wondering how to bind files...to make it so I can have a .jpg and an audio file running but only when that photo is opened..? or have a .jpg or other picture format and have an .exe opened and running in the background, and hidden? Working on a school project with a friend and I am going try-hard and making it look awesome...but I am stuck. I have searched around on google and cant find a single way to do it that seems to work for me, if anyone has personally done this it would be amazing to get some information to make this happen quickly. Thanks(=

    ---------- Post added at 12:16 AM ---------- Previous post was at 12:15 AM ----------

    Also if someone could help me find all the updated drivers for a CTL Laptop, that would be amazing, thanks(:
    [11:06 PN] domenick: you cant fix stupid
    [11:06 PM] andrew: unfortunately not lol

  2. #2
    Dom~'s Avatar
    Joined
    Jun 2012
    Posts
    1,336
    Userbars
    12
    Thanks
    1,519
    Thanked
    545/352
    DL/UL
    108/0
    Mentioned
    369 times
    Time Online
    49d 8h 40m
    Avg. Time Online
    17m
    Still needing help
    [11:06 PN] domenick: you cant fix stupid
    [11:06 PM] andrew: unfortunately not lol

  3. #3
    Dom~'s Avatar
    Joined
    Jun 2012
    Posts
    1,336
    Userbars
    12
    Thanks
    1,519
    Thanked
    545/352
    DL/UL
    108/0
    Mentioned
    369 times
    Time Online
    49d 8h 40m
    Avg. Time Online
    17m
    Still needing some help...
    [11:06 PN] domenick: you cant fix stupid
    [11:06 PM] andrew: unfortunately not lol

  4. #4
    Cryoganix's Avatar
    Joined
    Nov 2012
    Posts
    14
    Userbars
    0
    Thanks
    0
    Thanked
    8/5
    DL/UL
    9/0
    Mentioned
    Never
    Time Online
    9h 17m
    Avg. Time Online
    N/A
    The only thing I know of is hiding an archive inside of a picture. On Windows, it'd be
    Code:
    copy /b [file1] + [file2] [output_file]
    Not sure if that'll help you at all, but good luck on finding the answer!

  5. #5
    Dom~'s Avatar
    Joined
    Jun 2012
    Posts
    1,336
    Userbars
    12
    Thanks
    1,519
    Thanked
    545/352
    DL/UL
    108/0
    Mentioned
    369 times
    Time Online
    49d 8h 40m
    Avg. Time Online
    17m
    Quote Originally Posted by Cryoganix View Post
    The only thing I know of is hiding an archive inside of a picture. On Windows, it'd be
    Code:
    copy /b [file1] + [file2] [output_file]
    Not sure if that'll help you at all, but good luck on finding the answer!
    Thank you, yes it will help, but do you think you could maybe do a step by step guide if you could, thanks (=

    ---------- Post added at 06:53 PM ---------- Previous post was at 06:46 PM ----------

    Would this be through command prompt? I tried that...I wasnt working properly for me..
    [11:06 PN] domenick: you cant fix stupid
    [11:06 PM] andrew: unfortunately not lol

  6. #6
    Cryoganix's Avatar
    Joined
    Nov 2012
    Posts
    14
    Userbars
    0
    Thanks
    0
    Thanked
    8/5
    DL/UL
    9/0
    Mentioned
    Never
    Time Online
    9h 17m
    Avg. Time Online
    N/A
    Quote Originally Posted by RPGamer View Post
    Thank you, yes it will help, but do you think you could maybe do a step by step guide if you could, thanks (=

    ---------- Post added at 06:53 PM ---------- Previous post was at 06:46 PM ----------

    Would this be through command prompt? I tried that...I wasnt working properly for me..
    Of course!

    Let's say I had two files, named "Picture.jpg" and "Secret.rar" and I wanted to hide the RAR file inside of the picture and call the new picture "Hiddeng.jpg" without any indication of a hidden file. In this case, I'd put this into command prompt (you may have to run the command prompt as an administrator):
    Code:
    copy /b Picture.jpg + Secret.rar Hiding.jpg
    If you have any more problems, feel free to ask about them!

    Side note: If you get confused on which image holds the RAR file, remember that the file that's bigger has more data in it, so that one holds the RAR file (meaning you can right click the image and select "Open with" and choose WinRAR).
    Last edited by Cryoganix; 11-30-2012 at 06:48 AM. Reason: Clarification

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •