Jump to content

Batch files


Brad

Recommended Posts

Batch files are files that run a set of commands within the batch file. These can be very useful to do a list of things in one click.


To make a batch file you simply create a new text document.

You then change the file extension from .txt to .bat.

Then you right click and click edit.

To find commands go to command prompt and type [tt]help[/tt].

This will give you a list of commands.

For further help of a command type the [tt]command[/tt] and put [tt]/?[/tt] after it. For example [tt]copy /?[/tt].


For any further information or help quote where you need it.

An example of a batch file is attached.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...