A batch file is a text file containing a series of commands intended to be executed by the command interpreter. When a batch file is run, the shell program (usually cmd.exe
) reads the file and executes its commands. Making them are easy – at first. Here is how to make simple batch file to open up a website:
|
Post a Comment