view docs/nitros9guide/chd.refentry @ 3140:03b580a02945

Allow CoCo3FPGA-specific build of superdesc.asm Added new conditional CC3FPGA and code to "level1/modules/superdesc.asm" to reflect changes needed to build the new SD card descriptors for the Coco3FPGA.
author Bill Pierce <merlinious999@gmail.com>
date Sat, 04 Feb 2017 11:06:26 +0100
parents b00cf13c9f61
children
line wrap: on
line source

<refentry id="chd">
<refnamediv>
<refname>CHD/CHX</refname>
<refpurpose>Change working data directory / Change working execution directory</refpurpose>
</refnamediv>

<refsynopsisdiv>
<cmdsynopsis>
<command>chd</command>
<arg choice="plain">
  <replaceable>pathlist</replaceable>
</arg>
</cmdsynopsis>
<cmdsynopsis>
<command>chx</command>
<arg choice="plain">
  <replaceable>pathlist</replaceable>
</arg>
</cmdsynopsis>
</refsynopsisdiv>

<refsect1><title>Description</title>
<para>
These are shell &quot;built in&quot; commands used to change NitrOS-9's working
data directory or working execution directory. Many commands in NitrOS-9
work with user data such as text files, programs, etc. These
commands assume that a file is located in the working data
directory. Other NitrOS-9 commands will assume that a file is in the
working execution directory.
</para>
<para>
NOTE: These commands do not appear in the CMDS directory as they
are built-in to the <command>shell</command>.
</para>
<para>
For more information see: <xref linkend="sec3.7"/>, <xref linkend="sec3.7.2"/>


</para>
</refsect1>
<refsect1><title>Examples</title>
<screen>
chd /d1/PROGRAMS

chx ..

chx binary_files/test_programs

chx /D0/CMDS; chd /D1
</screen>
</refsect1>
</refentry>