You are one of the person that really needs subscribers.
This morning i ONLY knew "@echo off" about programming in BATCH, but now i made my own program that starts notepad, wordpad and MSPaint without searching through all those things. :D
@Colstonewall I'm glad that I help as much people as I can, and I love answering questions. Thank you for the support colstonewall, I really do appreciate it.
Dude thank you for these tuts, you're awesome!!!!! :D
Poiuytgfdsa1123 2 weeks ago
thx
ZaiTechChannel 1 month ago
by removing default nothing happens i still get it to work... so if i put "set name=shitface"
and i save it and run it and type benjamin for example it will stay benjamin.. does that mean that the set name code is useless ?
DonCro0k 2 months ago
@DonCro0k Nope because with variables you can change them any time.
CodeStop 2 months ago
Dont worry dude fixed it thanks for helping and being friendly though dude :-)
TeamLxgClient 3 months ago
@TeamLxgClient Oh, glad to hear. :) If you ever need any more help, feel free to send me a message. :D
CodeStop 3 months ago
mine just says your name is ! and ive got the exact same code as you and when i do it any other way it says ECHO is off any help?
TeamLxgClient 3 months ago
@TeamLxgClient Show me the entire code, I will see what I can do. :D
CodeStop 3 months ago
THANK YOU SO MUCH I <3 YOUR TUTORIALS THEY HELP ME! Not too much but they still do, I know alot for a 10 year old! :D
ashadow0309 3 months ago
@ashadow0309 I'm actually 14. :D
CodeStop 3 months ago
@CODchrisFTW Nope, my name is not bob lol. :D
CodeStop 3 months ago
You are one of the person that really needs subscribers.
This morning i ONLY knew "@echo off" about programming in BATCH, but now i made my own program that starts notepad, wordpad and MSPaint without searching through all those things. :D
Thank you and be sure, I subbed!
~Keeve :)
Keeve62 4 months ago 2
@Keeve62 I'm glad you liked it, and thank you for the feedback. :)
I hope I do get a good fan-base to continue my videos.
CodeStop 4 months ago
@CodeStop Hey, I hope you get a huge following too. But remember, even if you only help one person, that's something to be very proud of.
Colstonewall 3 months ago
@Colstonewall I'm glad that I help as much people as I can, and I love answering questions. Thank you for the support colstonewall, I really do appreciate it.
CodeStop 3 months ago
@PeaParadox Yes, that is a shorter way to do it, but it's better coding practice to use the echo command for all text.
CodeStop 4 months ago
@PeaParadox Ya but after you enter something, it closes. ;)
CodeStop 4 months ago
@SuperGagaking
Coming out this saturday. :)
CodeStop 4 months ago
@PeaParadox
=
@echo off
echo Enter your name:
set /p name=
echo Your name is %name%!
pause
=
:)
CodeStop 4 months ago