Scripting Archive

18 May 2016

Windows Batch Script to Take Backup of Server Event Log

One of the most common, and well suited, applications for a command line script is to take backup of event log. Event log is necessary for troubleshooting systems. Command line scripts can be automated to run at
17 May 2016

How to Make a Batch File

Batch files are the computer handyman’s method for completing things. They can automate everyday tasks, shorten the required time to accomplish something, and translate a complex process into something anyone could operate. See Also: Windows Batch Script
27 May 2015

What is Bash Scripting

Typically shells are interactive. It means shell accept command from you (through keyboard) and execute them. Anyhow, on the off chance that you use command one by one (arrangement of “n” number of commands), you can store
26 May 2015

Script to take backup of code in Bash

One of the easiest ways to backup a system is using a shell script. Case in point, script can be used to configure which directories to backup, and pass those directories as contentions to the tar utility,