how to get inside a folder in cmd code example
Example 1: change directory cmd
cd
comment to change directory in the cmd
Example 2: how to navigate to a folder in cmd windows 10
Just use "open [path_to_dir]" in Unix or "start [path_to_dir]" in Windows as:
open . #Open current directdory in Unix
start . #Open current directory in Windows