CHDIR
PURPOSE:
To change the current directory.
STATEMENT SYNTAX: 105 CHDIR "C:\TEMP"
Notes:
CHDIR is equivalent to a SETDISK of disk # -1. SO:
105 SETDISK -1,"C:\TEMP"
is equivalent to the example
SEE:
SETDISK