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.
非常に単純な(Unix)シェルスクリプトを「バッチファイル」に変換しようとしています。ラインを除いて、私はそれのほとんどを持っています
CURRENTDIR="$PWD"
これを「バッチ」に変換するにはどうすればよいですか?
ありがとう!
最も単純な形式:
SET CURRENTDIR="%cd%"