Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/rename.refentry @ 2772:0a3f4d8ea6d5
Found ENDC in wrong location in dwread.asm and dwwrite.asm. Corrected.
Moved the native 6309 code in dwread.asm and dwwrite.asm into the H6309 labeled area and changed IFEQ H6309 to IFNE H6309. Also moved the 57600bps 6809 code to the default location. This change had been done in the old dwread.asm and dwwrite.asm files to make it easier to follow. Though these two files were overwritten from the HDBDOS project dwread.asm and dwwrite.asm files. So this conversion needed to be done again so it made the source easier to follow.
author | drencor-xeen |
---|---|
date | Wed, 23 Jan 2013 12:36:55 -0600 |
parents | 4dae346c4969 |
children |
line wrap: on
line source
<refentry id="rename"> <refnamediv> <refname>RENAME</refname> <refpurpose>Change file name</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> <command>rename</command> <arg choice="plain"> <replaceable>path</replaceable> </arg> <arg choice="plain"> <replaceable>new name</replaceable> </arg> </cmdsynopsis> </refsynopsisdiv> <refsect1><title>Description</title> <para> Gives the mass storage file specified in the pathlist a new name. The user must have write permission for the file to change its name. It is not possible to change the names of devices, <filename class="directory">.</filename>, or <filename class="directory">..</filename> </para> </refsect1> <refsect1><title>Examples</title> <literallayout> rename blue purple rename /D3/user9/test temp </literallayout> <screen> OS9: dir Directory of . 16:22:53 myfile animals OS9:rename animals cars OS9:dir Directory of . 16:23:22 myfile cars </screen> </refsect1> </refentry>