-
Daily Popular
- 10 Steps: MySQL Monitoring through Nagios: Install & Configure
- Collection for insulting – one liners
- Calculate Mysql Memory Usage – Quick Stored Proc
- MyDumpSplitter-Extract tables from Mysql dump-shell script
- How to echo colored text in linux shell script
- Audit-Checking login history-to know WHO DID THAT on Redhat Linux
- MySQL Stored procedure – Split Delimited string into Rows
- MySQL Function to Convert Date To Words
- MySQL Memory Usage Limits on 32 bit Linux
- Load Delimited Data (csv, excel) into MySQL Server
-
batch Archive
-
batch script to add remove prefix zero pad bulk file rename
Posted on March 18, 2010 | 3 CommentsMore...This post has two batch scripts: 1. Batch script to rename files with zero padded number series-prefix 2. Batch script to remove prefix of perticular length 1. Batch script to... -
Using VLookup like Batch script to compare two excel / csv
Posted on November 24, 2009 | No CommentsMore...Using Vlookup: I have two csv files; File1 has Id and Value Columns and File2 has Id. Problem: I need to compare both files and put respective values to File2... -
bat – batch file to create formatted date time (ddmmyyyy) directory
Posted on November 18, 2009 | 1 CommentMore...I required to make a batch script which needs file / directory to be created with current date / time stamps. Following are the code snipts for formating date /...