Friday, October 9, 2015

Combine files using Notepad++

Combine files using Notepad++ :
There is a plug-in available at http://www.scout-soft.com/combine/ to install for Notepad++.
Download:
Download the Plug in from http://www.scout-soft.com/combine/
Installation:
Copy the .DLL to your Notepad++ plugin-folder
Functions:
Merge\combine all texts that are currently open
-Insert filename before each text
-Insert line before and after each text (a line is: -------------------------------------------------------)
Steps:
Once the plug- in is installed, restart Notepad++
Go to Plugins menu and click on Combine. You will be able to see like below.


Open two text files in notepad++ and click on start. You will be able to see the below.



Click on OK.  Combined file will be generated.






No comments:

Post a Comment

Query to find the third highest salary

We can used dens_rank() function to find the rank of salaries of employees and then put in a subquery to get rank is equal to 3.   select * ...