At the MSDOS prompt, to go to another section, simply type
C:\> cd E:
But this does not work in the visual studio. How do I switch to another drive / partition on the Visual Studio (2010) command line?
Just use the disk name directly, no CD call required:
CD
C:\> E:
This works in regular MSDOS.
Source: https://habr.com/ru/post/1391034/More articles:Distracted or abstracted - c #Return value from custom alert - javascriptHow to create TRULY modal warnings / confirmations in Javascript? - javascriptDrawing on canvas with a pencil, - javascriptDead end when using setText in JTextArea in Swing - javaMySQL order for optimization - sqlverilog always, start and end assessment - verilogOptimal size for zlib compression? - performanceRails Routing -: action => 'new' returns the error "No route matches {: action =>" show "... in the same controller - restPygame event queue - pythonAll Articles