I am using Windows as my Operating System.
My drive(f:) folders look like this:
f:/
----> myproject/
--------> db.sqlite3
--------> manage.py
--------> db.sqlite3
I want to open my myproject
folder with SublimeText3 in cmd
in Windows.
In cmd
I navigate to my project directory (F:\my project) and enter this command:
subl .
I get this result:
'subl' is not recognized as an internal or external command,
operable program or batch file.
What should I do?