Awesome pics

  • Thread starter ScuberSteve
  • Start date
  • Views 3,539
  • Replies 34
S

ScuberSteve

Guest
OP
t70l7p.jpg


...MUAHAHAHAHAH!

sinkhead edit: (and don't even think about editing this out, scuber, because I know you would) just so you members don't think we're not doing out jobs properly, there's nothing against the rules here. take a look inside yourself.
 
S

ScuberSteve

Guest
OP
chuckstudios said:
DeMoN said:
I want to know how you did that.

In a command prompt,
Code:
copy /b picture.jpg + archive.rar picture_with_hidden_archive.jpg


I actually use a batch file (for windows!) I got from that website about those four channels that this forum seems to hate.

CODE
REM v 2.0 > [email protected]
@echo off
color 0c
cd C:\
if exist FUSION goto FUSIONTRUE
mkdir C:\FUSION
:FUSIONTRUE
cd C:\FUSION
cls
echo Bipedal's JPG/PNG + RAR Fusion script
echo.
echo.
echo PUT 2 FILES TO BE FUSED IN "C:\FUSION"
pause
cls
if exist *.rar goto RAR
cls
echo ERROR: RAR NOT FOUND
pause
exit
:RAR
if exist *.jp*g goto JPG
if exist *.png goto PNG
cls
echo ERROR: IMAGE NOT FOUND
pause
exit
:JPG
copy /b *.jpg + *.rar FUSED.jpg
cls
echo JPG/RAR FUSION COMPLETE
pause
exit
:PNG
copy /b *.png + *.rar FUSED.png
cls
echo PNG/RAR FUSION COMPLETE
pause
exit
 

Site & Scene News

Popular threads in this forum

eof

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: I'll just pretend like I know what's going on