system parameters used with the ECHO cmd

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

I'm interested in learning the different system parameters one can use with the echo command. For example, ECHO %username%, displays the username. Are there any websites, white papers, articles, etc. that details this information

Your responses are highly appreciated. Thank you

- Rob.
 
That isn't a parameter for ECHO. It's an environment varible. At your
command prompt, enter:

set

That will list more variables for you.

Some good sites:

news://msnews.microsoft.com/microsoft.public.win2000.cmdprompt.admin
http://www.evergreen.edu/biophysics/technotes/program/batch.htm
http://www.jsiinc.com/SUBL/tip5700/rh5700.htm
http://www.commandline.co.uk/

Ray at work

Rob said:
Hello:

I'm interested in learning the different system parameters one can use
with the echo command. For example, ECHO %username%, displays the username.
Are there any websites, white papers, articles, etc. that details this
information.
 
Back
Top