Make Menu Bar on command prompt | bat or cmd file | The Bat Series | Part 1

 Make Menu Bar on command prompt




Make A New Notepade File Then Save it as a (.Bat) file you can choice any file name


what is bat file :

  
  


batch file is a script file in DOSOS/2 and Microsoft Windows. It consists of a series of commands to be executed by the command-line interpreter, stored in a plain text file. A batch file may contain any command the interpreter accepts interactively and use constructs that enable conditional branching and looping within the batch file, such as IFFOR, and GOTO labels. The term "batch" is from batch processing, meaning "non-interactive execution", though a batch file may not process a batch of multiple data.

Similar to Job Control Language (JCL), DCL and other systems on mainframe and minicomputer systems, batch files were added to ease the work required for certain regular tasks by allowing the user to set up a script to automate them. When a batch file is run, the shell program (usually COMMAND.COM or cmd.exe) reads the file and executes its commands, normally line-by-line.[1] Unix-like operating systems, such as Linux, have a similar, but more flexible, type of file called a shell script.[2]

The filename extension .bat is used in DOS and Windows. Windows NT and OS/2 also added .cmd. Batch files for other environments may have different extensions, e.g., .btm in 4DOS4OS2 and 4NT related shells.

The detailed handling of batch files has changed significantly between versions. Some of the detail in this article applies to all batch files, while other details apply only to certain versions.





What is a cmd:


cmd.exe is the default command-line interpreter for OS/2,[1] eComStationArcaOSMicrosoft Windows (Windows NT family and Windows CE family), and the ReactOS[2] operating systems. The name refers to its executable filename. It is also commonly referred to as cmd or the Command Prompt, referring to the default window title on Windows. The implementations differ on the various systems but the behavior and basic set of commands is generally consistent. cmd.exe is the counterpart of COMMAND.COM in DOS and Windows 9x systems, and analogous to the Unix shells used on Unix-like systems. The initial version of cmd.exe for Windows NT was developed by Therese Stowell.[3] Windows CE 2.11 was the first embedded Windows release to support a console and a Windows CE version of cmd.exe.[4] On Windows CE .NET 4.2,[5] Windows CE 5.0[6] and Windows Embedded CE 6.0[7] it is also referred to as Command Processor Shell. The ReactOS implementation of cmd.exe is derived from FreeCOM, the FreeDOS command line interpreter.[2]




The Bat Series  Video 












THANKS FOR READING  GET KEY AND KEEP PLAY WITH SONIC




Comments

Post a Comment

Popular posts from this blog

How to learn c#

WHAT IS POWER SHELL !