Uisng CMD, it can be good to run the command "echo off" before a script, this turns off the sometimes long path before the prompt: ``` C:\MyFolder\Another Folder\> cd YetAnotherFolder ``` would become: ``` cd YetAnotherFolder ``` Do some research, there may be a flag for turning this off for the whole process and not having to run the command `echo off`
Uisng CMD, it can be good to run the command "echo off" before a script, this turns off the sometimes long path before the prompt:
would become:
Do some research, there may be a flag for turning this off for the whole process and not having to run the command
echo off