This string should be assigned to a variable "mystring" in my DOS batch program (under WinXP).
How can I achieve this?
Dennis
> Dennis
*** I can't help with XP, but DOS users employing XSET can:
TYPE FILE.TXT | XSET /SEPARATOR "DE" /WORD 1 mystring
Substitute the character represented by hexadecimal `DE' and this
should work.
--
Richard Bonner
http://www.chebucto.ca/~ak621/DOS/