User guide
151 | P a g e
QSASSIGN Partition Assignment Utility
QSASSIGN provides a convenient means of assigning hard disk partitions to CP/M logical drives. The
command syntax for QSASSIGN is:
QSASSIGN (T) (unit:) (partname TO )(drive:), (unit:) (partname TO )
where unit: specifies the controller and physical drive number, partname is a valid partition name,
and drive: is the CP/M drive to which partition unit:partname is to be assigned. The unit:
specification is given as a one or two digit number, the first digit of which indicates the
controller number (0-7), the second digit indicates the drive number (0-1). If a controller number is
given, a drive number MUST be given also. If the controller number is not given, controller 0
will be used. If no drive number is given, drive 0 will be u sed. For example:
QSASSIGN ? (cr)
Will cause a display of the proper command syntax for QSASSIGN
QSASSIGN (cr)
Will cause all current assignments to be displayed.
QSASSIGN 1: (cr)
Will cause all available partitions on controller 0, drive 1 to be displayed.
QSASSIGN 20: (cr)
Will cause all available partitions on controller 2, drive 0 to be displayed.
QSASSIGN B: (cr)
Will cause the partition assigned to CP/M drive B: to be unassigned .
QSASSIGN CPM PART1 TO B: (cr)