# HG changeset patch # User Oleksandr Gavenko # Date 1267087163 -7200 # Node ID 5a839a273056e0ae455e9c26c5643890a00d50f5 # Parent 117fd10347ec54ee6bce5664e15bc939edab7762# Parent c9d11ccc09537e4102081b86c2da78c5220c43ff merged diff -r c9d11ccc0953 -r 5a839a273056 dimentions.rst --- a/dimentions.rst Thu Feb 25 10:31:48 2010 +0200 +++ b/dimentions.rst Thu Feb 25 10:39:23 2010 +0200 @@ -19,6 +19,12 @@ http://en.wikipedia.org/wiki/Pixels_per_inch +* lpi + +lines per inch. + + http://en.wikipedia.org/wiki/Lines_per_inch + * bpp bits per pixel, color depth. diff -r c9d11ccc0953 -r 5a839a273056 windows.rst --- a/windows.rst Thu Feb 25 10:31:48 2010 +0200 +++ b/windows.rst Thu Feb 25 10:39:23 2010 +0200 @@ -86,6 +86,16 @@ And set its value to: 1 +* Map dir to disk. + +To create: + + cmd> subst [to-disk: [from-disk:]path] + +To remove: + + cmd> subst disk: /d + * CMD. ** How run cmd on 64-bit OS.