Experiment with call and label

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
jeb
Expert
Posts: 1042
Joined: 30 Aug 2007 08:05
Location: Germany, Bochum

Experiment with call and label

#1 Post by jeb » 06 May 2010 15:46

Hi,

my cat walks over my computer and this is the result

Code: Select all

@echo off
cls
call :#;#
%:#+~%,=*
>=,;=;,,=,;:%%+,=;echo\=%01>&2&call=;:%%%%%%%%;%*
echo *%*


OK, for the most of you it is obvious that it is a legal batch file, and what happens ;)

But perhaps some newbies have to think about it more than a minute :)

jeb

DosItHelp
Expert
Posts: 239
Joined: 18 Feb 2006 19:54

Re: Experiment with call and label

#2 Post by DosItHelp » 10 May 2010 19:52

Insane :)

Post Reply