CHDIR directoryname
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.
CHDIR "Examples
Changed to "C:\Program Files\FMSLogo\Examples"POPDIR
Changed to "C:\Program Files\FMSLogo"
POPDIR |
MKDIR |