I had just showed a friend of mine some of the cool stuff you can do with the command prompt and batch code and she gotten really interested and wants to try it out on her own when she has the time. Shortly after that, I had gotten the idea of making a nice, well polished batch file that will not only demonstrate, but also display display the code in the code on the command window with out the command window executing the commands.
Example: the code in question, %date%
, will display the current date when I have the code of echo %date%
on the line. I would like to have %date%
to be displayed like normal text.
What code am I missing to have %date%
and %time%
and any other batch code be displayed as normal text so the person having fun with the file can see the code without having to cipher through the code to find the code I am wanting them to learn?
P.S.
I have a feeling this question might have been answer through a different thread and if so, fee free to link me to it. Thank you!