Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
はい、ちなみにこれをググってみました。
基本的に、dosコマンドウィンドウを開くdosコマンドは何ですか?
つまり、スクリプト コマンドでいっぱいの .bat ファイルがある場合、コマンド ウィンドウを開くにはどのコマンドを実行できますか?
多分これを試すことができます。コマンドラインで起動するので、batファイルでも同じように動作すると思います。
start cmd
別のバットまたは何かを実行したい場合は、次のようにします。
start script.bat
それを閉じたい場合:
start cmd /c script.bat