answersLogoWhite

0

DIR applications are commands. They redirect output and input streams. They are used in programming. DIR is an operator command that can be applied in specific coding situations.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What command would you use to remove a directory on a UNIX server?

If you are just removing the directory, use the command: rmdir dir-name The dir-name directory has to be empty for this to work. If there are files or other subdirectories then use the command: rm -rf dir-name


What command switch do you use to view help information for the DIR command?

You can run "dir /?" command.


What are some of the applications one can use on the Google Android?

One would presume the question would pertain to applications available on the Android operating system for various devices. These can include games, social networking, weather, finance and news applications, to name but a few.


Can you use the DIR command to show only executables?

Yes, you can use the DIR command to show only executable files by combining it with the appropriate filtering options. For example, you can use DIR *.exe to list all files with the .exe extension in the current directory. If you're looking for other executable formats, you can also specify multiple extensions using the command like DIR *.exe *.bat *.com.


What purpose would one use ReportViewer for?

A person would use ReportViewer to organize and present data. ReportViewer is a freely redistributable control that enables embedding reports in applications.


What command do you use to remove multiple directories?

1. To remove multiple directories rm -r <dir 1> <dir 2> <dir 3> 2. To remove recursive directories rm -r <directory name> you may have to use the -f (force) flag for non empty directories


Why are parameters important in programming?

Parameters are used to pass or assign values to an operation or routine at run time. These are often used where an executable file is used in order for the user to direct the operation of the routine, but without changing the code of the executable or recompiling it. For example parameters are used extensively in old MS DOS (compiled) executables in order to to provide different result (without changing the code of the executable). The DIR (Directory) command for example: DIR DIR *.exe / DIR *.txt DIR /P DIR /W DIR /A All use the same executable (DIR), but provide the user with different sets of output


Einen schonen tag wunsche ich dir mit schonen gedenken?

Not really a phrase that a native German speaker would use but it translates as:Einen schönen Tag wünsche ich Dir mit schönen Gedanken = I wish you a nice day with nice/happy thoughts.


Why would you use liquid uranium?

Now liquid uranium has not applications.


To make a copy of a file use the command?

You can use cp command to make a copy of a file. cp <file 1> <file 2> If you want to make a copy of the entire directory then use the recursive option cp -r <dir 1> <dir 2>


What applications can one use for email campaign tracking?

Small business that are inclined to engage in email campaign tracking can use two good applications for this endeavor. Those applications are Campaigner and Constant Contact.


How can you use long names at the DOS prompt?

Use quotes to surround the long name. Example: >dir "John Doe"