Saturday, 14 November 2015

Batch programming :- How we Create a simple game in batch programming

Batch File :-


In DOS, OS/2, and also Microsoft Windows, batch file is the name given to a


type of script file, a text file containing a series of commands to be executed by

the command interpreter.A batch file may contain any command the interpreter


accepts interactively at the command prompt.A batch file may also have

constructs( IF,GOTO, Labels, CALL, etc.) that enable conditional

branching and looping within the batch file.



Here is the source code of the creating a simple game in batch programming.

Text Editor :- Notepad

Thank You To All My Reader
Aman Kapoor
www.CodeMon5ter.blogspot.in 

No comments:

Post a Comment