CHDIR statement
Purpose: Use this statement to change to a specified folder
CHDIR FolderName$
Parameters:
CHDIR "C:\Temp\More"
Result:
The current folder is changed to the C:\Temp\More sub-folder.