1

Unity、ビジュアル スタジオ、および git シェルを同時に実行するバット スクリプトを作成したいと考えています。git shell のディレクトリを変更したいのですが (常にデフォルトの github のリポジトリの場所から開始します)、方法がわかりません。

これまでのところ、私はそのようなものを持っています:

echo off

d:
cd D:\<path>\Visual Studio\Common7\IDE
start .\devenv.exe "C:\<path>\solution.sln"

cd D:\<path>\Unity\Editor
start .\Unity.exe -projectPath "C:\<path>\project directory"

c:
cd C:\Users\<username>\AppData\Local\GitHub\
start .\GitHub.appref-ms --open-shell //and now i need to execute "cd ../my project" on it
4

0 に答える 0