Skip to content

Instantly share code, notes, and snippets.

@sauravtom
Created June 7, 2012 04:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sauravtom/2886602 to your computer and use it in GitHub Desktop.
Save sauravtom/2886602 to your computer and use it in GitHub Desktop.
Simple batch file program that displays a list of messages and then goes to loop.
@echo off
title Ok so get ready to be annoyed,
:annoy
msg * Hello %username%, I am Saurav
msg * How are you %username%?
msg * I am fine.
msg * .......
msg * this is a whale , '____________________________'
msg * I hope this annoying string of messages finds you in the best of your health.
msg * Since this is one way conversation, almost all of the talking will be done by me only.
msg * Soooooooo, hows life going for you, %username% ?
msg * you can reply to me in mail , ;)
msg * I like apples.
msg * do you like apples?
msg * Oops I forgot for a second that this is one way conversation only.
msg * And today is %date% and its %time% right now, I am obsessed with accurate numbers.
msg * Talking of numbers, I really like the number %random%, but I like %random% even more, or mayebe %random% even more, ahh its not easy decide which is my second favorite number after 1729, wait maybe its %random%
msg * And you are using %OS% ,on a %processor_architecture%, installed in drive %homedrive%.
msg * You see, I know a lot of things, (I even know what you did last summer ;)
msg * So you saved the file in %cd%, hmmm , I must say it is a nice place to save some malicious files you downloaded from the internet or found it in your mail that I sent you.
msg * But dont worry %username%,rest assured, there is nothing malicious going on here, (except of the fact that it never ends) ;)
goto annoy
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment