With cmd I can do
cmd /K cd /D "c:\repo"
to open cmd in c: \ repo
How to do the same with console2 when using cmd as a shell?
From the command line help:
-d <directory> Specifies a startup directory. If you want to parametrize startup dirs, you need to specify startup directory parameter as "%1"\ (backslash is outside of the double quotes)
At 2.00b147 go to Edit -> Settings -> Console and enter the desired directory in the Startup dir field.
Edit -> Settings -> Console
Startup dir
Source: https://habr.com/ru/post/890092/More articles:Return string from cross-domain AJAX request - javascriptIn what situation should the client choose a unique resource identifier for the REST URI and in which should the server indicate? - httpHash Libraries / Sharding with JPA - hibernateAdditional options with socket.io - javascripthttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/890091/aspnet-mvc-alternatives-to-databases&usg=ALkJrhhcfKhFcwvstVbVCRkcUUvEv2CIxwregex - check decimal (javascript) - javascriptHibernate / JPA equals () and hashCode () with Lazy loaded business id - javaHow can I get the mouse position in the console program? - c ++Best way to access child object to parent object? - javascriptHow to determine if Unicode characters are displayed correctly on my web page? - javascriptAll Articles