<aname="l3"></a>The cmd line feeds into the </span><ahref="https://zeal-operating-system.github.io/ZealOS/Doc/CosmiC.DD.html#l1"><spanclass=cF4>CosmiC</span></a><spanclass=cF0> compiler line-by-line as you type. A stmt outside a function executes immediately.
<aname="l6"></a>Look-up the function headers with </span><spanclass=cF2>AutoComplete</span><spanclass=cF0> by hitting </span><spanclass=cF2><CTRL-SHIFT-F1></span><spanclass=cF0> after typing the first few letters.
<aname="l8"></a></span><ahref="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskDirB.CC.html#l120"><spanclass=cF4>Click Here</span></a><spanclass=cF0> to see the directory cmd header. It accepts default args from C++.
<aname="l16"></a>Directories are referenced with </span><spanclass=cF2>/</span><spanclass=cF0> not </span><spanclass=cF2>\</span><spanclass=cF0>. There is a current directory, but not a path. To run a program, you typically </span><spanclass=cF2>#in
<aname="l17"></a>clude </span><spanclass=cF0>it. There are several shortcuts for </span><spanclass=cF2>#include</span><spanclass=cF0>ing files. Right-click or hit </span><spanclass=cF2><ENTER></span><spanclass=cF0> on a directory listing or press </span><spanclass=cF2><F5></span><spanclass=cF0>
<aname="l20"></a>></span><spanclass=cF2>Ed("NewFile.CC");</span><spanclass=cF0> Invokes the editor. See </span><ahref="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocLink.CC.html#l29"><spanclass=cF4>Doc Link Type</span></a><spanclass=cF0>.
<aname="l22"></a>Most filenames end in because they are stored compressed.
<aname="l23"></a>
<aname="l24"></a>Drives are specified with a letter. The boot drive is specified with a '</span><spanclass=cF2>:</span><spanclass=cF0>'. The home dir drive is specified with a </span><spanclass=cF2>'~'</span><spanclass=cF0>.
<aname="l28"></a>The drive can be specified in a </span><ahref="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskDirB.CC.html#l9"><spanclass=cF4>Cd</span></a><spanclass=cF0>() command as in:
<aname="l35"></a>></span><spanclass=cF2>Cd("~/Psalmody");</span><spanclass=cF0> See </span><ahref="https://zeal-operating-system.github.io/ZealOS/Doc/GuideLines.DD.html#l29"><spanclass=cF4>::/Home dir</span></a><spanclass=cF0>.
<aname="l37"></a>If a file is not found, </span><spanclass=cF2>.Z</span><spanclass=cF0> is added or removed and a search is done, again. If a file is still not found, all parent
<aname="l40"></a>You can place macros in your </span><ahref="https://zeal-operating-system.github.io/ZealOS/Home/PersonalMenu.DD.html#l1"><spanclass=cF4>PersonalMenu</span></a><spanclass=cF0> for </span><ahref="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskDirB.CC.html#l9"><spanclass=cF4>Cd</span></a><spanclass=cF0>() commands. </span><spanclass=cF2><CTRL-m></span><spanclass=cF0> to access your menu.
<aname="l42"></a>></span><spanclass=cF2>Find("needle","/Demo/*.CC;*.DD;");</span><spanclass=cF0> See </span><ahref="https://zeal-operating-system.github.io/ZealOS/Doc/FileUtils.DD.html#l1"><spanclass=cF4>File Utils</span></a><spanclass=cF0>.