Dos - File System (file, directory)

Card Puncher Data Processing

Redirection

What are Redirection Operators in Dos with example and how-to?

Type

File

see DOS - File

Directory

Variable

TEMP

The temp variable specifies the directories where temporary files should be placed

echo %temp%
C:\Users\gerard\AppData\Local\Temp

CD

The cd variable will give the current directory

>echo %CD%
C:\Users\gerard





Discover More
Card Puncher Data Processing
Dos - Type

Displays the contents of a text file or files. By using it with the redirection operators, you can concatenate files. See type is the equivalent of the cat command for Linux. Example



Share this page:
Follow us:
Task Runner