35 lines
996 B
HTML
35 lines
996 B
HTML
|
<HTML>
|
||
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
||
|
<BODY>
|
||
|
|
||
|
<A HREF="ng6e8b.html">[<<Previous Entry]</A>
|
||
|
<A HREF="ng320.html">[^^Up^^]</A>
|
||
|
<A HREF="ng74fa.html">[Next Entry>>]</A>
|
||
|
<A HREF="menu.html" >[Menu]</A>
|
||
|
<A HREF="info.html">[About The Guide]</A>
|
||
|
<HR>
|
||
|
<PRE>
|
||
|
<B>CHDIR Change Directory</B>
|
||
|
|
||
|
<B>CHDIR</B> <U>pathspec</U>
|
||
|
|
||
|
Changes the current directory.
|
||
|
|
||
|
<U>pathspec</U> A string expression, of 128 or fewer characters, that
|
||
|
follows DOS path naming conventions.
|
||
|
|
||
|
--------------------------------------------------------------------------
|
||
|
|
||
|
<B>Notes:</B> This procedure is equivalent to DOS's CHDIR command.
|
||
|
</PRE>
|
||
|
<HR>
|
||
|
<B>See Also:</B>
|
||
|
<A HREF="ng1c0c5.html">MKDIR</A>
|
||
|
<A HREF="ng2b8f2.html">RMDIR</A>
|
||
|
<HR>
|
||
|
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
|
||
|
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
|
||
|
<HR>
|
||
|
</BODY>
|
||
|
</HTML>
|