PDA

View Full Version : Cmd loop problem


CuzIhateit
Jan 13, 2019, 05:03 AM
I've code a cmd text for batch, it's a custom messenger but he loops himselfe
without a coded loop. Are there some ideas why this happened and how to fix that
probleme?

Cmd text:
@echo off
set /p ip=ip adresse of the other person:
set /p name=insert your name:
message /SERVER:%ip% %name%

Curlyben
Jan 13, 2019, 05:04 AM
Add end statement

CuzIhateit
Jan 13, 2019, 05:06 AM
Doesn't go :(

CuzIhateit
Jan 13, 2019, 05:50 AM
It doesn't go :(