MLHA - PC- Software - DOS - Commands - External - ASSIGN

 

Assigns a drive letter to a different drive.
Redirects requests for disk operations on one drive to a different drive.

Some older programs can read and write files only on drives A and B. With the ASSIGN command, you can redirect disk operations for those programs so that you can read and write files on drives other than A and B.

 

assign [x=y [z=y ..]][/STATUS]
With no parameters, reset all drives to their original assignments.
x   The actual drive, that DOS normally uses (usually a or b).
y The drive you want DOS to use.
/STATUS Display a list of the current assignments.
May be abbreviated to /STA or /S.

 

Examples
>assign a=c b=c When a program looks for files on drive A or drive B, the program will see files on drive C.

 

Notes