Appendix
Additional information you may want to learn
Change Directory in Windows cmd
cd [/d] [<drive>:][<path>]It's basically cd followed by the directory path. And include /d when changing to a directory in a different drive.
Examples:
You are under C:\Users\xxx, and you want to go to C:\Users\yyy
C:\Users\xxx> cd C:\Users\yyy
C:\Users\yyy>You are under C:\Users\xxx, and you want to go to E:\Coding\diff-svc
C:\Users\xxx> cd /d E:\Coding\diff-svc
E:\Coding\diff-svc>Search online if you need more help.
Pipeline Overview

Last updated
Was this helpful?