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.
これを行うスクリプトを書きたい:start->run->"smth"。同じタスクを実行するために、どのようにそれをbatファイルに書き込むことができますか。ありがとう。
sample.batというファイルを作成し、その内容を作成します。
@echo off echo opening server location start "" \\192.168.2.1 pause
エクスプローラーを使用してブラウジングしようとしていると思いますがRun、バッチは実行しようとします。これをバッチファイルに入れてみてください:
Run
explorer \\server_address