What is batch programming?
A batch program is a programming that offered by the Microsoft Window operating system.
batch programming can be written notepad, word or any text editor. Batch is saved with extension ".bat" Batch file interpreted by the command line interpreter.
How to create the batch program ?
We are going to create this by using simple program to display hello world in the CMD (Command prompt).Open the notepad or word or any text editor to write the program.Let see the example
@echo off
echo "Hello World!"
pause
ECHO - Displays text on the screen
@ECHO OFF - Hides the text that is normally output
Bat To Exe Converter
How to convert Bat file to EXE?
It convert the bat scripts to executable file
Bat to EXE converter no need to install in the computer
How to used ?
First select the batch file from the computer .
Include box is optional its your choice
Next is icon field in this you can select your own icon for your batch file
Next field is save option ,you can save your file where you want .
Below you see the Additional option.In this option you can give the file version ,product version,
company name ,Description option and copyright .
you can give full detail of your file in the Additional option .
Next is console application and Ghost application .You can select any one of them
Last and final step is compile . After filling all detail compile your file to executable file
For more Understanding watch this video
0 comments:
Post a Comment