Cutting off the head of the snake...

Red Cell

New Adventurer
MSS Developer
MSC Developer
RiP
Joined
Jun 22, 2005
Messages
1,304
Reaction score
0
Location
SMASH
EDIT: Thanks MiB...

cards-70l.jpg

CUZ YOURE MY HEROOOOOOOOOOOOOOOOOOO
 

The Man In Black

Administrator
Staff member
Administrator
Moderator
RiP
Joined
Jul 9, 2006
Messages
6,904
Reaction score
71
Because I'm cool like that:

3vq0vh.jpg

Batch file:

Code:
@echo off
if [%1]==[] goto usage
set code=%1
set code=%code:http://www.quickmeme.com/meme/=%
set code=%code:/=%
echo http://i.qkme.me/%code%.jpg
goto end
:usage
echo qme [url_or_just_the_code]
echo Prints out the direct link to the image of the given quickmeme url
:end
pause

Then run "qme.bat <url>"

Besides that, don't use Quickmeme, as they're assholes ;-)
 
Top