Batch Programing: Lesson 3 (Create Text Files and Extract from them)

preview_player
Показать описание

In the video we cover how to create text files as well as extract from them. We start of with learning how to output to text file and then create a password create and check program!!

Coding we used
Рекомендации по теме
Комментарии
Автор

Is unbelievable how many people wouldn't even appreciate the effort and the work this kid has put on his tutorials. I would say stop judging him; his tutorials are offering plenty of knowledge for all of us who are new to this stuff. Maybe those judges should just stop watching this videos, since they already know everything, they most likely don't need them.

Great job kid! Keep it up! I am learning something new with your tutorials. Oh, and thank you very much for all your efforts!

JoseMedina-xlsj
Автор

Im a self taught batch programmer and to see your videos explain everything i knew was amazing i think this is amazing for people who are new to batch and want to start
with an easy coding language

dfgdfhfgjghjdtyu
Автор

I have been playing around with bat files for quite a while, but you are showing me lots of things I did not understand before. Thank you so much for taking the time to share you knowledge.

sandratruax
Автор

Wow I'm learning from him 12 years later. Great Job!

Promotez_Reviews
Автор

I feel like anyone who has any solid understanding of basic programming can follow along perfectly. If you're too ignorant to follow along, go read some more, come back, and leave a positive "thank you for these videos" type of statement. I personally love these videos and appreciate sincerely the time and effort it took to put them together for people like me.

bigollie
Автор

hey man, just wanted to leave a quick "thank you" behind in the comments. I'm studying programming and these videos really help explain things that I didn't really understand in my lessons. Thank man!

michaelharvent
Автор

I just wanted to point out, after each pause, you can type >nul, so it looks nicer without the "Press any key to continue..." thing.

arsgaming
Автор

Bro, I've been able to freestyle 2 very helpful batch files using your tutorial series as the base guide - Great explanations, Many Thanks. Should cut down time at the office nicely.

VKjkd
Автор

9 years later, and you have helped me through every problem I've encountered...

xifer
Автор

I want to know what's in the "iBooty-for-..." folder...

tdubbed_
Автор

man i cant believe no one teaches this. its never been easier to write to a file in any languages. Normally its much more complex. here all you do is >> myfile.txt ... omg this is nice

alex-desroches
Автор

You are simple genius! You explain in very clear and easy demonstrate way.

jitunisu
Автор

I am new to this, but you are easy to follow along with. Am I the only one that after finishing the video tried answering 'What do you want to do? : correct' haha. this is a funny sort of coding. thanks

nebuchadnectarthend
Автор

No way!, i was so stupid the entire time, thank you! now i can work on my RiskTools Update 2.

MinimumDashers
Автор

If you use Notepad++ it shows the text format if you save it as a bat. It changes the color of some text if they are like if, else, etc.

MrAuro
Автор

bro thank you this tutorial playlist changed my IT skills i just don't know how to say thank you to you. love from Somalia

hassanyare
Автор

Hello, I'm french and we don"t get many programming youtubeur, i subscribe to your channel and i just wanted to congrat's you for this video, I'm learning english and Programmation so i make 2 by 1 with you ;) Thanks man !

SuperKopond
Автор

When giving the user options, especially when there's a lot of them, I find it's easier to use "if" commands.

Example:

@echo off
echo [1] Create
echo [2] Check
echo.
set /p PROGRAM= What do you want to do?:
if %PROGRAM%==1 goto createpass
if %PROGRAM%==2 goto checkpass
:createpass
cls
echo (CODING HERE)
:checkpass
cls
echo (CODING HERE)

SteamsNightcore
Автор

very cool series i hope you continue with it you are truly helping people around the world with it even though simple this is where all programmers start off with keep it up man will be watching the series to like and share your videos to people who want to learn about this

barrelkiller
Автор

Loving this...really needed to know these batch programs...Peace:)

francislambert
welcome to shbcf.ru