Desktop scripting/bat files

From Adam Meola - wiki
< Desktop scripting
Revision as of 16:38, 2 September 2020 by Adam (talk | contribs) (Created page with "Bat files are (possibly) the easiest way to automate a given task on windows. If your task can be done from the command prompt, those actions can be saved to a file, then pla...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Bat files are (possibly) the easiest way to automate a given task on windows.

If your task can be done from the command prompt, those actions can be saved to a file, then played back later; simply by double clicking it!