answersLogoWhite

0

echo "%username%"

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

What is dos command to display the user name?

just dispaly the environment variable : echo %USERNAME%


What dos command display the contents of a directory?

DOSEXAFTERBREAKFAST


What command can you use to display failed logins?

faillog -u [username]


What is the DOS command for weekday and time?

In DOS, you can use the date command to display or set the current date, and the time command to display or set the current time. To see the current date and time along with the weekday, you can use the echo command combined with the %date% and %time% environment variables. For example, you can enter echo %date% %time% to display the current date and time.


What is the dos command to display how much memory is free?

If you mean storage, you can find it with DIR


What MS-DOS command can display hidden files?

The attrib command is capable of displaying files that have been marked as hidden.


Explain All the Internal Command of DOS?

DIR :- DIR is used to display the contents of a drive or directory.


When using a real-mode command prompt how will DOS display the file name MyDocument.doc?

Mydocum~.doc


How do you create an user account' in Windows 98 in dos?

To create a user account in Windows 98 using DOS, you can use the "net user" command at the command prompt. First, open the Command Prompt by selecting "Run" from the Start menu, typing "command," and pressing Enter. Then, type net user username password /add, replacing "username" with the desired account name and "password" with the chosen password. After executing this command, the new user account will be created.


What is the difference between unix command and dos command?

They are different languages, so you need to use a different word with different syntax to do the same thing. For example, to display the contents of the current directory, the command in MS-DOS is dir, but in UNIX it's ls.


What is the DOS command to navigate to a directory?

CD which stands for Change Directory.Entering CD /? will display a list of supported options.


Which MS-DOS command can display hidden files?

If you just want to display the hidden files, run following command: dir /ah this will show you all hidden files and folders.. However if you want to change the attributes permanently, use attrib command..