Regarding sublime text

I am not able to run my code using command prompt while working on sublime text… maybe because I am not able to give directory… can you help!

@deck123
to get into that directory, you follow some basic steps.
to get the contents of current directory type dir
type cd _folder_name to go to that folder.
type cd … to go back
type ‘d:’ to change drive to d.
I hope these helps.