Wednesday, December 16, 2020

Change direcotry and disk in one line with Windows cmd

 For change disk and after enter inside needed directory you first need change disk and after type path.

So for this you need type two commands:

D:

cd folder

But! You can do this with one command:

cd /d d:\folder

How to replace duplicate lines in notepad++

 For remove duplicate lines use this method:

Remove Duplicates:
To remove duplicate lines just press Ctrl + F, select the "Replace" tab and in the "Find" field, place: ^(.*?)$\s+?^(?=.*^\1$)
 In search mode check "Regular expression" and click on replace all.

Wednesday, April 26, 2017

First post



Quote test. And here some many text! Quote test. And here some many text! Quote test. And here some many text! Quote test. And here some many text! Quote test. And here some many text!

Thank God, I'm done setup this blog. When u long time didn't do this, it can start be real pain. 

Change direcotry and disk in one line with Windows cmd

 For change disk and after enter inside needed directory you first need change disk and after type path. So for this you need type two comma...