Changes the current directory.
changedir <path>
Changes the current directory for Tera Term to <path>.
Note: the setdir command changes the current directory for MACRO. File names specified for the communication commands (e.g. kmtsend) are based on the current directory for Tera Term. File names specified for other commands (e.g. fileopen) are based on the current directory for MACRO.
Complement: You must specify a fullpath name to the communication commands (e.g. sendfile, kmtsend) because these commands are not affected by `changedir' command.
changedir 'c:\' sendfile 'd:\source\code.dat' 1