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.
これが私がやりたいことです。私は変数名を持っています
echo %a% >txt.txt
の値を格納します
に保存したいのはテキストです
%a%
そのような。
試した
%%a%% ^%a^% %%%a%%% %%%^ a^ %%
これはあなたのために働き、変数を強調表示します:
echo %%a%%>txt.bat & notepad++ txt.bat
または、より高度な:
echo %%a%%>txt.cmd & notepad++ txt.cmd