CHDIR

Synopsis
CHDIR directoryname
Description

Changes the current working directory to directoryname, just like the DOS command CHDIR (cd). The directoryname input must be a word. You can use DIR to list both files and directories.

Example
CHDIR "Examples
Changed to "C:\Program Files\FMSLogo\Examples"

POPDIR
Changed to "C:\Program Files\FMSLogo"
See Also
POPDIR
MKDIR

SourceForge.net Logo