Posts

Showing posts from October, 2020

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

Image
 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 :       A  batch file  is a  script file  in  DOS ,  OS/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  IF ,  FOR , 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