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 スクリプトの特定の場所に特定の文字列を挿入するにはどうすればよいですか?
検索に失敗したので、以前に同様のトピックを見逃していたら申し訳ありませんが、どうもありがとうございました!
まあ、それはあなたが何を意味するかによって大きく異なります。通常、バッチ ファイルのパラメータが使用されるので、
myscript.cmd parm1 parm2
%1parm1 と parm2 を取得%2するために使用できます。
%1
%2