Ask Experts Questions for FREE Help !
Ask
    CuzIhateit's Avatar
    CuzIhateit Posts: 5, Reputation: 1
    New Member
     
    #1

    Jan 13, 2019, 05:03 AM
    Cmd loop problem
    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's Avatar
    Curlyben Posts: 18,514, Reputation: 1860
    BossMan
     
    #2

    Jan 13, 2019, 05:04 AM
    Add end statement
    CuzIhateit's Avatar
    CuzIhateit Posts: 5, Reputation: 1
    New Member
     
    #3

    Jan 13, 2019, 05:06 AM
    Doesn't go :(
    CuzIhateit's Avatar
    CuzIhateit Posts: 5, Reputation: 1
    New Member
     
    #4

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

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Loop [ 1 Answers ]

I wrote two loops, my problem is if the program execute the first loop then the second it works fine. However, when it finishes from the second loop first time then to goes back to the first loop it will not get into the second loop again. it will iterate inside the first loop until the end. in...

For loop [ 1 Answers ]

How would I design a For loop that displays the following set of 10, 20, 30, 40, 50,. 1,000?

Loop Vents [ 1 Answers ]

Does anyone have a trick for telling which rough-in stub is the loop vent and which is the waste line? I found plumbing under my kitchen island and would like to add a bar sink. Typically a loop vent connects back to the waste line after the vent to roof lateral.


View more questions Search