How to redirect DOS character "*" as a character processing.

Users questions: In the A. BAT file in the contents of the line: @ ECHO @ echo. D: * 2.TXT D: * 1.BAT but in pure DOS in the results after the implementation of A. BAT is 1.BAT for: @ echo . I would like to be achieved after the implementation of A. BAT, 1.B AT the contents: @ echo. D: * 2.TXT still will not change as follows: @ ECHO @ echo. ^ D: * 2.TXT D: * 1.BAT with double quotation marks of: @ ECHO "@ echo . d: * 2.TXT "D: * 1.B AT result is: "@ echo. D: * 2.TXT" Will the master, how can we achieve? PS: DOS in XP, use the "^" approach is to achieve, but in pure DOS, does not.
Experts answer: to see your question, I turned on hand Academy Press, 1994 Published in the "Details MSDOS6.2", in the book p. 333 line 8 reads: "ECHO command can not display the pipe symbol (ie *), we can not display redirection symbol (that is,)." I do not know whether you satisfied with this answer, but I think today's computer no need to DO S learned that the degree of detail it. This detailed study and Kung inquires if there are several written word serves the same purpose of the.
  • This information provided by the users.Thanks!