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 Setting environment for using the GDAL Utilities. set GDAL_PATH="G:\MapTiler" @echo GDAL path is %GDAL_PATH%. set PATH=%GDAL_PATH%;%PATH%
これで、「G:\MapTiler」を抽出し、「c:\gdal\bin」に置き換えたい
そのためにはQRegExpが必要です。
ありがとう