Search found 2 matches
- 06 Oct 2017 21:54
- Forum: DOS Batch Forum
- Topic: Why letter A is not printed?
- Replies: 2
- Views: 2507
Re: Why letter A is not printed?
Thank you very much. Now, it works.
- 05 Oct 2017 23:43
- Forum: DOS Batch Forum
- Topic: Why letter A is not printed?
- Replies: 2
- Views: 2507
Why letter A is not printed?
Hi folks, I would expect the following script to print the letter A. Why it does not print the letter A? with best regards, Irv for %%f in (A B C) do ( echo %%f set V=%%f echo V: %V% "<- i would expect, that the letter A is printed. why not?" pause ) This is the output: A Now printing a le...