How do I get C:/ on the command line


username

I am on Windows 10.

I'm trying to load Adobe Dreamweaver extension via command line on Windows. I want to navigate to C:\Program Files\Adobe\Adobe Extension Manager CSx\

I am following the instructions here .

If I select command prompt (admin), I getC:\Windows\system32>

If I just select the command prompt, I getC:\Users\USER>

How do I get toC:\

This is what is happening. View screen recording

Ken White

Typing cd \will move you from any folder on the drive to the root folder of that drive.

If you are there C:\Windows\System32, type cd \and press Entermove to C:\.

If there are spaces in the path, enclose it in double quotes. So in your case, type from C:\Users\YourName, cd "\Program Files\Adobe\Adobe Extension Manager CSx\"then type Enter.

Other useful options:

Typing cd ..will move you one level up from the current directory (for example, from C:\Windows\System32toC:\Windows

Typing cd \newfolderwill move you to a new folder relative to the root of the drive (eg, from C:\Windows\System32to C:\Users\YourName, typing cd \Users\YourName).

Typing cd /d d:\tempwill change drive and directory in one operation (e.g. from C:\Usersto D:\temp)

cd /?Type at the command prompt for more options.

Related


How do I get C:/ on the command line

username I am on Windows 10. I'm trying to load Adobe Dreamweaver extension via command line on Windows. I want to navigate to C:\Program Files\Adobe\Adobe Extension Manager CSx\ I am following the instructions here . If I select command prompt (admin), I getC

How do I get the command line that starts the process

velvet: From Java, is it possible to get the full command line with all the arguments to start the application? System.getEnv()and System.getProperties()doesn't seem to contain these values. Stephen Denne: Some of these are available from RuntimeMXBean by call

How do I get the Windows version using the command line?

Yoder If I am in CMDI can usewinver I can see my OS version is 20H2now. But this is GUI result and I want to use command line to make it. if i use ver Microsoft Windows [Version 10.0.19042.868] If I'm in powershell, I can use Get-ComputerInfo WindowsVersion

How do I get the command line that starts the process

velvet: From Java, is it possible to get the full command line with all the arguments to start the application? System.getEnv()and System.getProperties()doesn't seem to contain these values. Stephen Denne: Some of these are available from RuntimeMXBean by call

How do I get Cj to send newlines in the tmux command line?

Sam I'm already a big fan of using C-jinstead of <ENTER>sending newlines. Unfortunately, in the tmux command line ( which is invoked by prefix-:default ) C-j, even set -gw status-keys emacsputting in does nothing ~/.tmux.conf. (Note that it C-jsends newlines f

How do I get the command line that starts the process

velvet: From Java, is it possible to get the full command line with all the arguments to start the application? System.getEnv()and System.getProperties()doesn't seem to contain these values. Stephen Denne: Some of these are available from RuntimeMXBean by call

How do I get Cj to send newlines in the tmux command line?

Sam I'm already a big fan of using C-jinstead of <ENTER>sending newlines. Unfortunately, in the tmux command line ( which is invoked by prefix-:default ) C-j, even set -gw status-keys emacsputting in does nothing ~/.tmux.conf. (Note that it C-jsends newlines f

How do I change the command line executable?

Mayak Agrowal When I opened Sublime Text from the terminal, I typed $ sublime_text <filename> Is there any way to change it so I can say this: $ subl <filename> heme Creating an alias and putting it in ~/.bashrcwill do the following: printf "\nalias subl=$(w

How do I change the command line executable?

Mayak Agrowal When I opened Sublime Text from the terminal, I typed $ sublime_text <filename> Is there any way to change it so I can say this: $ subl <filename> heme Creating an alias and putting it in ~/.bashrcwill do the following: printf "\nalias subl=$(w