<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:base="http://everything2.com/">
    <title>Wicker808's New Writeups</title>
    <link rel="alternate" type="text/html" href="http://everything2.com/index.pl?node=Everything%20User%20Search&amp;usersearch=Wicker808" />
    <link rel="self" type="application/atom+xml" href="?node=New%20Writeups%20Atom%20Feed&amp;type=ticker&amp;foruser=Wicker808" />
    <id>http://everything2.com/?node=New%20Writeups%20Atom%20Feed&amp;foruser=Wicker808</id>
    <updated>2001-09-21T17:54:19Z</updated>
<entry><title>High (idea)</title><link rel="alternate" type="text/html" href="http://everything2.com/user/Wicker808/writeups/High"/><id>http://everything2.com/user/Wicker808/writeups/High</id><author><name>Wicker808</name><uri>http://everything2.com/user/Wicker808</uri></author><published>2001-09-21T17:54:19Z</published><updated>2001-09-21T17:54:19Z</updated>
<content type="html">&lt;p&gt;&lt;a href=&quot;/title/Webster+1913&quot;&gt;Webster&lt;/a&gt; puts it nicely: &lt;em&gt;Elevated in character or quality&lt;/em&gt;.

&lt;p&gt;To be high, in modern &lt;a href=&quot;/title/parlance&quot;&gt;parlance&lt;/a&gt;, is to be in an altered state of mind, usually by the influence of a &lt;a href=&quot;/title/substance&quot;&gt;substance&lt;/a&gt;. It is most commonly applied to the use of &lt;a href=&quot;/title/narcotic&quot;&gt;narcotic&lt;/a&gt;s and &lt;a href=&quot;/title/marijuana&quot;&gt;marijuana&lt;/a&gt;, but can also be applied to &lt;a href=&quot;/title/opioid&quot;&gt;opioid&lt;/a&gt;s, &lt;a href=&quot;/title/hallucinogen&quot;&gt;hallucinogen&lt;/a&gt;s (both synthetic and otherwise), and even &lt;a href=&quot;/title/alcohol&quot;&gt;alcohol&lt;/a&gt;, although this last use is unusual. 

&lt;p&gt;The use of this word should indicate that one has attained a &lt;a href=&quot;/title/plane+of+understanding&quot;&gt;plane of understanding&lt;/a&gt; elevated above that of the common, &lt;a href=&quot;/title/sober&quot;&gt;sober&lt;/a&gt; man. That is, one's outlook is clearer, one's powers of perception are greater, being unencumbered by the &lt;a href=&quot;/title/shadow&quot;&gt;shadow&lt;/a&gt;s of the &lt;a href=&quot;/title/mundane&quot;&gt;mundane&lt;/a&gt; world. Obviously, &quot;high&quot; is not always an accurately applied term, unless eating a whole bag of &lt;a href=&quot;/title/Fritos&quot;&gt;Fritos&lt;/a&gt; and playing &lt;a href=&quot;/title/PlayStation&quot;&gt;PlayStation&lt;/a&gt; for eight consecutive hours is said to be an &quot;elevated character.&quot; Use of the word &quot;high&quot; in such a situation may be somewhat &lt;a href=&quot;/title/ironic&quot;&gt;ironic&lt;/a&gt; in nature.

&lt;p&gt;Some people are able to attain such an elevated character or quality without the use of a substance, and are said to be &lt;a href=&quot;/title/high+on+life&quot;&gt;high on life&lt;/a&gt;.</content>
</entry><entry><title>Con (thing)</title><link rel="alternate" type="text/html" href="http://everything2.com/user/Wicker808/writeups/Con"/><id>http://everything2.com/user/Wicker808/writeups/Con</id><author><name>Wicker808</name><uri>http://everything2.com/user/Wicker808</uri></author><published>2001-09-20T18:22:37Z</published><updated>2001-09-20T18:22:37Z</updated>
<content type="html">&lt;p&gt;CON is the &lt;a href=&quot;/title/console&quot;&gt;console&lt;/a&gt; &lt;a href=&quot;/title/character+device&quot;&gt;character device&lt;/a&gt; under &lt;a href=&quot;/title/MS-DOS&quot;&gt;MS-DOS&lt;/a&gt; and related operating systems, including all forms of &lt;a href=&quot;/title/Windows&quot;&gt;Windows&lt;/a&gt;. CON is a special, reserved file name.

&lt;p&gt;What this is means is that CON behaves in some ways like a &lt;a href=&quot;/title/file&quot;&gt;file&lt;/a&gt;, but isn't. In particular, data may be written to and read from CON, but CON may not be deleted, created, or renamed. Because of the semantics of &lt;a href=&quot;/title/character+device&quot;&gt;character device&lt;/a&gt;s, all files whose base name is CON, regardless of extension, are treated identically to CON.

&lt;p&gt;Because of CON's status as a &lt;a href=&quot;/title/console&quot;&gt;console&lt;/a&gt; device file, all data written to it will be output to the console, which is to say the screen (unless the meaning of the console has been changed with &lt;a href=&quot;/title/CTTY&quot;&gt;CTTY&lt;/a&gt;). Attempting to read data from this file will cause data to be taken from the &lt;a href=&quot;/title/keyboard&quot;&gt;keyboard&lt;/a&gt; (same exception applies).

&lt;p&gt;CON has several interesting uses. Because it behaves like a file, it can operate as either the source or destination of the &lt;a href=&quot;/title/COPY&quot;&gt;COPY&lt;/a&gt; command. Thus, the command &lt;code&gt;COPY FOO.TXT CON&lt;/code&gt; will display the&amp;hellip;</content>
</entry><entry><title>config.sys (thing)</title><link rel="alternate" type="text/html" href="http://everything2.com/user/Wicker808/writeups/config.sys"/><id>http://everything2.com/user/Wicker808/writeups/config.sys</id><author><name>Wicker808</name><uri>http://everything2.com/user/Wicker808</uri></author><published>2001-09-20T17:32:31Z</published><updated>2001-09-20T17:32:31Z</updated>
<content type="html">&lt;p&gt;CONFIG.SYS, placed in the &lt;a href=&quot;/title/root+directory&quot;&gt;root directory&lt;/a&gt; of an &lt;a href=&quot;/title/MS-DOS&quot;&gt;MS-DOS&lt;/a&gt; &lt;a href=&quot;/title/boot&quot;&gt;boot&lt;/a&gt; drive, is the main system configuration file under MS-DOS and related operating systems.

&lt;p&gt;CONFIG.SYS is executed by the DOS kernel, which is stored in &lt;a href=&quot;/title/IO.SYS&quot;&gt;IO.SYS&lt;/a&gt;, when the system boots. Each line is read, and specifies some configuration element and its setting. Each line is in the form &lt;em&gt;name&lt;/em&gt;=&lt;em&gt;value&lt;/em&gt;. The following list is not exhaustive.

&lt;dl&gt;
&lt;dt&gt;&lt;strong&gt;DEVICE=&lt;/strong&gt;&lt;em&gt;path&lt;/em&gt; {&lt;em&gt;param&lt;/em&gt;}&lt;dd&gt;There may be any number of DEVICE lines in a CONFIG.SYS file. Each &lt;a href=&quot;/title/DEVICE&quot;&gt;DEVICE&lt;/a&gt; line specifies the path of a device driver that is to be loaded, as well as any optional parameter to be passed to that device driver. Many device drivers come with DOS, including &lt;a href=&quot;/title/SETVER.EXE&quot;&gt;SETVER.EXE&lt;/a&gt;, &lt;a href=&quot;/title/HIMEM.SYS&quot;&gt;HIMEM.SYS&lt;/a&gt;, and &lt;a href=&quot;/title/ANSI.SYS&quot;&gt;ANSI.SYS&lt;/a&gt;. Device drivers may indicate one or more &lt;a href=&quot;/title/character+device&quot;&gt;character device&lt;/a&gt;s or one &lt;a href=&quot;/title/block+device&quot;&gt;block device&lt;/a&gt;. More recent versions of DOS support an analogous &lt;a href=&quot;/title/DEVICEHIGH&quot;&gt;DEVICEHIGH&lt;/a&gt; command that will load the driver into &lt;a href=&quot;/title/high+memory&quot;&gt;high memory&lt;/a&gt;.
&lt;dt&gt;&lt;strong&gt;SHELL=&lt;/strong&gt;&lt;/dt&gt;&lt;/dd&gt;&lt;/dt&gt;&lt;/dl&gt;&amp;hellip;</content>
</entry><entry><title>REM (thing)</title><link rel="alternate" type="text/html" href="http://everything2.com/user/Wicker808/writeups/REM"/><id>http://everything2.com/user/Wicker808/writeups/REM</id><author><name>Wicker808</name><uri>http://everything2.com/user/Wicker808</uri></author><published>2001-09-20T17:04:06Z</published><updated>2001-09-20T17:04:06Z</updated>
<content type="html">&lt;p&gt;REM is a command in the MS-DOS &lt;a href=&quot;/title/command+interpreter&quot;&gt;command interpreter&lt;/a&gt; frequently used in &lt;a href=&quot;/title/batch+file&quot;&gt;batch file&lt;/a&gt;s. REM performs no action. The intent of this command is to supply &lt;u&gt;rem&lt;/u&gt;arks within the batch file that will be ignored by the computer, but visible to a programmer looking at the file. In effect, REM is &lt;a href=&quot;/title/batch+language&quot;&gt;batch language&lt;/a&gt; syntax for a &lt;a href=&quot;/title/comment&quot;&gt;comment&lt;/a&gt;. For example:

&lt;p&gt;&lt;code&gt;REM This line has no effect.&lt;/code&gt;

&lt;p&gt;Any parameters to REM will be &lt;a href=&quot;/title/ignore&quot;&gt;ignore&lt;/a&gt;d. However, the exception to this rule is the &lt;code&gt;/?&lt;/code&gt; parameter, which, in modern versions of DOS, will display a summary of the command. Therefore, one should not attempt to indicate a comment beginning with &lt;code&gt;/?&lt;/code&gt;.

&lt;p&gt;If REM is the first token on a line in &lt;a href=&quot;/title/DOS&quot;&gt;DOS&lt;/a&gt;'s &lt;a href=&quot;/title/CONFIG.SYS&quot;&gt;CONFIG.SYS&lt;/a&gt; file, that line will be ignored. Therefore, REM also provides a commentary feature in that file. However, this functionality is only available since, I believe, DOS 5.0.</content>
</entry><entry><title>batch file (thing)</title><link rel="alternate" type="text/html" href="http://everything2.com/user/Wicker808/writeups/batch+file"/><id>http://everything2.com/user/Wicker808/writeups/batch+file</id><author><name>Wicker808</name><uri>http://everything2.com/user/Wicker808</uri></author><published>2001-09-20T16:56:26Z</published><updated>2001-09-20T16:56:26Z</updated>
<content type="html">&lt;p&gt;A batch &lt;a href=&quot;/title/file&quot;&gt;file&lt;/a&gt; is a &lt;a href=&quot;/title/script&quot;&gt;script&lt;/a&gt; that executes under the &lt;a href=&quot;/title/MS-DOS&quot;&gt;MS-DOS&lt;/a&gt; &lt;a href=&quot;/title/command+interpreter&quot;&gt;command interpreter&lt;/a&gt;, typically having a &lt;a href=&quot;/title/.BAT&quot;&gt;.BAT&lt;/a&gt; extension. Batch files are just a list, or &lt;a href=&quot;/title/batch&quot;&gt;batch&lt;/a&gt;, or normal DOS commands, although when in this form they collectively make up what is called &lt;a href=&quot;/title/batch+language&quot;&gt;batch language&lt;/a&gt;. Batch files can be simple programs that can simplify or automate repetitive tasks. While not as powerful as a real scripting language, like &lt;a href=&quot;/title/sh&quot;&gt;sh&lt;/a&gt;, it is technically complete.

&lt;p&gt;Some MS-DOS &lt;a href=&quot;/title/command&quot;&gt;command&lt;/a&gt;s are designed to work specifically within batch files, although they may have some limited functionality from a normal &lt;a href=&quot;/title/command+line&quot;&gt;command line&lt;/a&gt;. These commands include &lt;a href=&quot;/title/IF&quot;&gt;IF&lt;/a&gt;, &lt;a href=&quot;/title/FOR&quot;&gt;FOR&lt;/a&gt;, &lt;a href=&quot;/title/GOTO&quot;&gt;GOTO&lt;/a&gt;, &lt;a href=&quot;/title/SHIFT&quot;&gt;SHIFT&lt;/a&gt;, &lt;a href=&quot;/title/CALL&quot;&gt;CALL&lt;/a&gt;, &lt;a href=&quot;/title/ECHO&quot;&gt;ECHO&lt;/a&gt;, and &lt;a href=&quot;/title/REM&quot;&gt;REM&lt;/a&gt;.

&lt;p&gt;Unlike &lt;a href=&quot;/title/Unix&quot;&gt;Unix&lt;/a&gt; &lt;a href=&quot;/title/shell&quot;&gt;shell&lt;/a&gt;s, DOS, by default, will display each command in a batch file before it executes, as if it had been entered by a human. This functionality, which, while helpful for debugging a batch file, produces an ugly finished product, may be suspended by using the &lt;code&gt;ECHO OFF&lt;/code&gt; command. Although a batch&amp;hellip;</content>
</entry><entry><title>CTTY (thing)</title><link rel="alternate" type="text/html" href="http://everything2.com/user/Wicker808/writeups/CTTY"/><id>http://everything2.com/user/Wicker808/writeups/CTTY</id><author><name>Wicker808</name><uri>http://everything2.com/user/Wicker808</uri></author><published>2001-09-20T15:54:41Z</published><updated>2001-09-20T15:54:41Z</updated>
<content type="html">&lt;p&gt;CTTY is a little-known and little-used &lt;a href=&quot;/title/command&quot;&gt;command&lt;/a&gt; supported by &lt;a href=&quot;/title/MS-DOS&quot;&gt;MS-DOS&lt;/a&gt; and many versions of &lt;a href=&quot;/title/Windows&quot;&gt;Windows&lt;/a&gt;, but not those based on the &lt;a href=&quot;/title/NT&quot;&gt;NT&lt;/a&gt; kernel.

&lt;p&gt;CTTY stands for Change &lt;a href=&quot;/title/TTY&quot;&gt;TTY&lt;/a&gt;. It allows the selection of an alternative &lt;a href=&quot;/title/character+device&quot;&gt;device&lt;/a&gt; to be used for all future &lt;a href=&quot;/title/console&quot;&gt;console&lt;/a&gt; &lt;a href=&quot;/title/I%252FO&quot;&gt;I/O&lt;/a&gt; operations by the &lt;a href=&quot;/title/command+interpreter&quot;&gt;command interpreter&lt;/a&gt;. In other words, instead of reading commands from the keyboard and displaying output to the screen, commands will be read from the indicated &lt;a href=&quot;/title/device&quot;&gt;device&lt;/a&gt; and output sent to same.

&lt;p&gt;Using CTTY is somewhat like &lt;a href=&quot;/title/redirect&quot;&gt;redirect&lt;/a&gt;ing the &lt;a href=&quot;/title/input&quot;&gt;input&lt;/a&gt; and &lt;a href=&quot;/title/output&quot;&gt;output&lt;/a&gt; of all subsequent commands. However, CTTY is a dangerous command, which is probably why it was removed in recent &lt;a href=&quot;/title/operating+system&quot;&gt;operating system&lt;/a&gt;s. It is dangerous because, unlike redirection, the keyboard break is ignored; that is, &lt;a href=&quot;/title/control-C&quot;&gt;control-C&lt;/a&gt; no longer operates. The only way to revert back to normal console operations after issuing a CTTY is for the new console to execute &lt;code&gt;CTTY &lt;a href=&quot;/title/CON&quot;&gt;CON&lt;/a&gt;&lt;/code&gt;. Another difference between using CTTY and conventional&amp;hellip;</content>
</entry></feed>
