Added: 4 months ago
From: CodeStop
Views: 2,361
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (29)

Sign In or Sign Up now to post a comment!
  • Mhg i like your tutorials but you use to mutch HI and BYE :P

  • I feel bad for whoever has the youtube name "Echo" they must get a TON of messages O.o

  • This shit. Deserves me to watch it in 1080p. 10 FUCKING 80 P ON 27IN MONIT0-R.

  • hey man nice tusts tanks very much should upload more

  • Thankyou

  • Comment removed

  • Comment removed

  • Comment removed

  • How do I write the input at the same line where the output is?

  • code is at h ttp:// ww w.m ediafir e. co m/? kye1 dm 1i sjex 9 sy take out the spaces youtube was being mean to me and no links

  • @ModernBrickfare Could you possibly put the code on pastebin? (pastebin . com)

  • Comment removed

  • ok i made this so it wont close if i type in randomness, but it'll close if i press enter. how do i fix this?

  • Comment removed

  • u forgot cls :P

  • SSSSSSSSSSSSSSSSSSSSSUUUUUUUUU­UUUUUUUUUUUUBBBBBBBBB

  • @echo off

    echo Hello u got hacked.

    cls

    echo Haha it was only for fun. Just close this window.

    pause

    - Is there something wrong ? :( It's only type "echo Hahah it was only for fun. Just close this window." help me :(

  • @TrickeyCSS

    Yes, you forgot the pause command. What you did is you made it say "Hello you got hacked." but then you made it clear the screen so it's almost impossible to see it appear. So add a pause on the line before the cls command.

  • @CodeStop Okay thank you :D and i love your tutorial's. :)

  • @TrickeyCSS cls just clears the text Add it like this. @ECHO OFF @CLS @title LOLOL UR HACKED @ECHO YEP YOUR HACKED WATCHA GONNA DO? CANT CLOSE ME! @Ping.exe localhost -n 5 >NUL @CLS @title Nevermind @ECHO i was jokeing :P @Ping.exe localhost -n 5 >NUL pause it will show the next text in 5 seconds
  • you, mate, are awesome.

  • @XwatchmyvidsX Thank you, if you want, subscribe! :D

  • @CodeStop The first time I did this it worked, but afterwards I could type whatever I wanted and it would go to Hi...I even copied the code and pasted it, same thing, goes staiight to Hi

  • Your like 14 and you know wayyy more than me, keep it up!

  • @magemaniac33

    Age is not a limit to learning my friend. Thanks for the support.

  • Great lesson - I have a question, you may or may not know how to answer but... i have a bunch of programs i want opened at work - NOT at the same time because that would overload my machine, i want to wait for the computer to load the first program and go to the next, then when it loads, the next. so on and so fourth. I dont want to close these programs so /start w will not work, i need them opened but in the same order, i know this can be done, i just cant figure it out. Thanks! Great JOB!

  • @blu3streak3 Alright, so you can't specifically make it open right after the first program is done opening. But you can make it open at different times. So for example:

    ==========================

    @echo off

    start notepad.exe

    ping localhost -n 9 >nul

    start mspaint.exe

    ==========================

    With that code, you would have notepad starting first. Then 9 seconds will pass by and paint will open up. You can change the 9 into any amount of seconds you want.

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more