cmdで、私はできる
cmd /K cd /D "c:\repo"
c:\repo で cmd を開く
cmd をシェルとして使用する場合、console2 で同じことを行うにはどうすればよいですか?
cmdで、私はできる
cmd /K cd /D "c:\repo"
c:\repo で cmd を開く
cmd をシェルとして使用する場合、console2 で同じことを行うにはどうすればよいですか?
コマンド ライン オプションのヘルプから:
-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)
2.00b147では、フィールドに移動しEdit -> Settings -> Console
て目的のディレクトリを入力しますStartup dir
。