1
0
cpm3help/romwbw/01assign.help
2020-03-18 13:10:01 +01:00

55 lines
974 B
Plaintext

///1ASSIGN
Syntax:
ASSIGN D:[=[{D:|<device>[<unitnum>]:[<slicenum>]}]][,...]
Explanation:
Using the ASSIGN command, on a RomWBW system the drive
letter assignments can be listed or changed.
Drive letters can be swapped, assigned to devices or slices
or unassigned.
Multiple (un)assignments can be concatenated using commas.
A device or slice can only be assigned to a single drive
letter.
Author:
Wayne Warthen (wwarthen@gmail.com)
///2Examples
A>ASSIGN
Display all active drive assignments
A>ASSIGN /?
Display version and usage
A>ASSIGN /L
Display all possible devices
A>ASSIGN C:=D:
Swaps C: and D:
A>ASSIGN C:=FD0:
Assign C: to floppy unit 0
A>ASSIGN C:=IDE0:1,D:=IDE0:2,E:=FD0:
Assign C: to IDE unit0, slice 1, D: to IDE unit0, slice2
and E: to floppy unit 0
A>ASSIGN C:=
Unassign C: