Skip to main content

Posts

Showing posts with the label MS-DOS
MS-DOS Batch Files This Article Contain: Introduction to MS-DOS Batch Files Create a Simple Program How to Get Command Prompt and its commands Matrix Program Introduction to MS-DOS Batch Files Batch files are not a program. It consists of commands and batched in to a one file. That file called as Batch file. It is easy to make batch files. If you can think lot may be you can make an advance batch file. Just Think. Create a Simple Program Example: @echo off C: Cd\ Tree /f /a Echo Did you see directory of your C drive Pause Type above example in Notepad and save it as any name you prefer and extensions should be .cmd of .Bat. Example:- MyBatchProgram.cmd or MyBatchProgram.bat Run that file. That is called Batch program. If you type above command lines in MS-DOS command Prompt then you’ll get same kind of results. Different is you have to type each command by command instead of double clicking the batch program. How to Get Command Prompt and its commands You can learn commands in MS-DOS b