Search found 2 matches

by nikhiltom
01 Sep 2019 07:47
Forum: DOS Batch Forum
Topic: ENABLEDELAYEDEXPANSION exclamation mark
Replies: 3
Views: 6109

Re: ENABLEDELAYEDEXPANSION exclamation mark

Hello,

But that's about replacing the bang (!) character,

How can I include it in the echo print?

Thanks
by nikhiltom
30 Aug 2019 00:49
Forum: DOS Batch Forum
Topic: ENABLEDELAYEDEXPANSION exclamation mark
Replies: 3
Views: 6109

ENABLEDELAYEDEXPANSION exclamation mark

Hello, Could someone please help me how to include exclamation marks if ENABLEDELAYEDEXPANSION is enabled, For example, setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION for %%x in (%*) do echo %%x pause The above code will display the item names copied to context menu without any issues unless there...