top of page

Category ✅
Search


Batch Script for window automation task basic
There are some major code method used in Batch scirpt below- @ECHO OFF: Disables display of the prompt. This is usually used at the beginning of a batch file for a cleaner display. You don't need the @, but including it hides the ECHO OFF command as well. ECHO: Prints the following text to the command window. PAUSE: Causes the command window to remain open after the batch file is finished, or allows text in the window to be read before proceeding. TITLE: Places a custom titl
-
Jan 6, 20221 min read
bottom of page