1

can i see the value of variable using ECHO command? I tried this way but didn't work.

@echo off
set _src = String
echo %_src%
pause

1 Answer 1

5

Take the spaces out either side of your equals sign and this should work.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.