Search found 4 matches

by Kjodiz
23 Sep 2011 05:45
Forum: DOS Batch Forum
Topic: Hiding a file in a .jpg
Replies: 6
Views: 7225

Re: Hiding a file in a .jpg

Found out how to do it :)

Had to use a little bit of AutoIt tho ^^
by Kjodiz
21 Sep 2011 03:12
Forum: DOS Batch Forum
Topic: Hiding a file in a .jpg
Replies: 6
Views: 7225

Re: Hiding a file in a .jpg

So for it to check all kinds of files, i have to make another .bat for each filetype? so it would be something like: @echo off :Start If Not Exist C:\HideMe goto DC If not exist C:\HideMe\*.jpg goto NOJPG If exist C:\HideMe\*.jpg goto TXTA :TXTA If exist C:\HideMe\*.txt goto TXTB if not exist C:\Hid...
by Kjodiz
21 Sep 2011 02:58
Forum: DOS Batch Forum
Topic: Hiding a file in a .jpg
Replies: 6
Views: 7225

Re: Hiding a file in a .jpg

So you're saying I can't continue with more filenames?
by Kjodiz
21 Sep 2011 02:31
Forum: DOS Batch Forum
Topic: Hiding a file in a .jpg
Replies: 6
Views: 7225

Hiding a file in a .jpg

I've been working on a script which is supposed to hide a file in a .jpg, but i can't get it to work. I've been looking through my code and can't find anything that's not right. Could you please help me out? Here's the code: @echo off :Start If Not Exist C:\HideMe goto DC If not exist C:\HideMe\*.jp...