Saturday, September 8, 2018

MS Excel to filter next line values


MS Excel filter next line new line data CTRL+J

Creating a link to mapped network drive with local Windows folder



Creating a link to mapped network drive with local Windows folder 

down vote
Start Run CMD /C MKLINK /D C:\local\path \\UNC\path\folder
The /C argument tells CMD to exit after running the string.
change loca\path with your local folder name 
UNC\path with your network address path