T
T
TheOnlyFastCoder22021-10-25 21:41:37
cmd/bat
TheOnlyFastCoder2, 2021-10-25 21:41:37

Why set PATH doesn't work?

6176fa41f1bf6794537669.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dollar, 2021-10-25
@TheOnlyFastCoder2

setx /M PATH "%PATH%;C:\Windows\twain_32\CNQL25"

for /f "usebackq tokens=2,*" %A in (`reg query HKCU\Environment /v PATH`) do set save_temp_path=%B
setx PATH "%save_temp_path%;C:\Windows\twain_32\CNQL25"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question