Automation of system commands
It is possible to automate commands to execute by placing commands in a script. Syntax of that script will depend on the operating system that is used and the execution environment.
For example in Windows OS it is possible to create a .vbs file.
In Linux like operating systems it is possible to create .sh file.
Comments
Post a Comment