Hello guys and welcome back. In this video I show you some interesting commands to create Windows batch file full of utilities and curiosity. The video is a little weirder than usual but you can find some useful commands, and for those not used to this type of "programming", you can see the logic behind this type of files. As always, I divide the video into chapters so you can retrieve only the code you need. 00:00 - Intro 00:07 - echo off 00:17 - Labels 01:01 - Time and Data 01:14 - Menu 02:53 - Read input (/p input=, if %input% "x" do something) 04:13 - Submenu 04:48 - Utilities 04:57 - Ping (command ping + url/ip) 05:40 - Read temperature (old, not working well) 06:18 - Open calculator (command: start calc) 06:28 - Back 07:14 - Open an exe file (games, programs, tools, etc. - command: start) 07:32 - Directories (open folder with command: explorer + "url file location") 08:17 - Matrix 09:13 - Surprise 09:49 - Copy files/folders via batch TELEGRAM - Make BOT in C#: 🤍🤍youtube.com/watch?v=EJIur-6RqPY&t=54s If you want to leave an opinion or ask questions write below in the comments, it will be a pleasure to help you. Music: Epic Groovy Synthwave - The Drop Hackers Neon Circuits - Synthwave Soundset for Diva
I like to use DOS batch files to put mashine code or assembler mnemonics inside to create and run tiny executable files with a little help from DOS Debug.
Nice Music.
This video is for Windows batch files only.
For to make a menu for DOS we have to use the choice command, because the set command of DOS have not the switches of the Windows set command.
This Windows batch file do not work in DOS, because it is not a DOS batch file. CMD is not a part of DOS, CMD is for Windows only. Using DOS/DOSBox we can change the ASCII character (to put a picture inside) with a batch file using BIOS software interrupts, but this do not work with a Windows batch file. So there is a big difference between DOS and Windows to run batch files.