merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 25 Feb 2010 10:39:23 +0200
changeset 318 5a839a273056
parent 309 117fd10347ec (diff)
parent 317 c9d11ccc0953 (current diff)
child 319 92affd306ff5
child 322 7e804f4b8615
child 323 2bb33e473cda
merged
windows.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.
--- 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.