I found a little "problem". If you go to a network location. In my case, I go to "\\\Secure FTP\" (SFTP plugin). From there, by example, if I want to navigate to "\\\Registry\" (Registry plugin) from the TC command line, I need to do:
Code: Select all
CD \\\Registry\
Within an em_command, I can use cd \\\Registry\. Calling the command change dir as expected.
Additionally, when in a drive location, like C:\, there is no problem. To change dir, I can use "CD", "cd", etc.