Batch Movement Simulator V3.0
Feb.07, 2011 in
Batch Scripting
Original to batch scripting
hi! ive been learning batch scripting lately and i thought id post this messenger, tell me how it is XD copy and paste this script into a notepad document and save it as messenger.bat @echo off echo. ————-pleasedontsneeze–Messenger———————- :A echo. echo. set /pn=Please enter a valid ip address: :B set /pm=Messege: net send %n% %m% echo. echo. echo please select an option: echo. echo. type a new ip……………A echo. send a another message……B echo. quit……………………C echo. choice /c:abc cls if errorlevel 3 goto C if errorlevel 2 goto B if errorlevel 1 goto A echo. :C exit
Incoming search terms:
- batch movement simulator
- scriptingsite batch
- batch movement
- batch movement simulator script
- coding a batch movement simulator
- batch movement simulator code
- ip messenger code batch script
- make a movement simulator in bat code
- how to make a movement simulator with batch files
- how to make a movement simulator in batch files
Related posts:

February 7th, 2011 at 11:34 am
hmm… i could use this. Im attempting to make a roguelike in batch.
February 7th, 2011 at 11:46 am
today i have the script tight! lol!!
February 7th, 2011 at 11:49 am
you should add this
title pleasedontsneeze–Messenger
echo ————-pleasedontsneeze–Messenger———————-
:A
etc…
anyway this will allow you to have a title to your CMD it’s quite fun
February 7th, 2011 at 12:47 pm
you need to be in the same network i think
February 7th, 2011 at 1:07 pm
I reeeallly recommend using another menu script, since “errorlevel”-thing doesn’t work for someone.
set /p asd=”A,B,C?”
if %asd% == A goto A
if %asd% == B goto B
if %asd% == C goto C
echo Invalid option
pause
goto B
February 7th, 2011 at 1:40 pm
@Lacihun1 Its… complicated.. i recommend to use if %something% == 1 goto 1
February 7th, 2011 at 1:50 pm
@hybrids67will67rule I get teh same when I tried “net send” , but I didnt get how it showed up in the cmd ? I mean, how did it come in there with “enter a valid ip adress:” I cant get it 4 shit
February 7th, 2011 at 2:34 pm
hey bud, tnx alot 4 vid, but I dont get how u get up the messenger thing in cmd ?
February 7th, 2011 at 2:47 pm
Doesn’t work…
February 7th, 2011 at 2:47 pm
howd u do mark
February 7th, 2011 at 3:38 pm
@GaryIsac you can ask a friend or you can do it yourself but what you do is you open up the command interpreter aka command prompt and type ipconfig. If the computer has Internet the ip address should show up.
February 7th, 2011 at 4:26 pm
Titanic Remix Guess Its by Tiesto
February 7th, 2011 at 5:00 pm
its not working in windows 7 nor vista
February 7th, 2011 at 5:45 pm
its not working for me…
February 7th, 2011 at 6:07 pm
can you explain me what is errorlevel 1,2,3 are used for?
I mean for what kind of error?
February 7th, 2011 at 6:17 pm
wtf?! how do i find an ip??!!
February 7th, 2011 at 7:08 pm
when I do this and send a message I get the a message saying:
the syntax of this command is
NET
then it lists some syntaxes
anyone help?
February 7th, 2011 at 7:51 pm
It dosent work
February 7th, 2011 at 8:26 pm
i agree with this guy
February 7th, 2011 at 9:17 pm
titanic
lolss
remix
whats the name of the song please!
sounds good
February 7th, 2011 at 10:09 pm
@yashhad6513
he know, he is only making this because its fun and creative
February 7th, 2011 at 10:13 pm
i made a video response to fix the code, it wasnt working 100%
February 7th, 2011 at 10:45 pm
MSN Messenger
Yahoo
Gmail
and theres a LOT more u knw?
February 7th, 2011 at 10:46 pm
tnks…
February 7th, 2011 at 11:05 pm
i cant find the messenger thing does it work on vista
February 7th, 2011 at 11:47 pm
i need a little help i think i might just be entering the rong ip address but 1 how do i enter the ip address and how do i properly find the ip address