function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Connor CainConnor Cain 

salesforce CLI not openning on User file

Hello everyone,
Not sure if this is the right place for this but I am working on installing Salesforce CLI and finally got it to work, only problem is I have to drill down from my C:\User\*name*> all the way down to where the Files are in C:\Program Files. when i see all the tutorials online, people seem to be able to open it immediately while in their user directory in command prompt. Is there a way to set it so I can do this as well?
Sujeet PatelSujeet Patel
Hii..
Connor
I think you asking about to move your directory from C:\user\name to C:\Program Files.
If i am right so should use following techniques.
If you have windows opeating system then
you have to use some basic command 
1) cd "directory name"
2)cd.. togoback parent directory
example:
C:\user\name>cd ..
c:\user\>cd..
c:\>cd ProgramFiles
c:\Program File\
I think this will help full for you
Connor CainConnor Cain
hi Sujeet, thank you for the response, running it in directory c:\Program Files\salesforce CLI\bin> is the only place it will run which has made it impossible to save projects on Visual Studio Code.