Re: cmd: Add a space at the end of the first echo'ed batch line [try4]
Oct. 18, 2010
9:49 a.m.
Alexandre Goujon <ale.goujon(a)gmail.com> writes:
I was looking for a forbidden char in batch files but just I found accentuated chars whereas I wanted a single (not wide) char. Finally, I found it in the ASCII table. The \x1a character name is SUBSTITUTE and is exactly what we need.
It means end of file on Windows, so it's not a good choice. Please don't add magic control chars, do a @space@ style of thing. -- Alexandre Julliard julliard(a)winehq.org
5638
Age (days ago)
5638
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard