User guide

152 | P a g e
Will cause the partition "CPM PART1" on controller 0, drive 0 to be assigned to
CP/M drive B:.
QSASSIGN 11:WORK TO C: (cr)
Will cause the partition "WORK" on controller 1, drive 1 to be assigned to
CP/M drive C:.
QSASSIGN 1:SOURCE TO B:,11:DATA TO C: (cr)
Will cause the partition "SOURCE" on controller 0, drive 1 to be assigned to
CP/M drive B:, and the partition "DATA" on controller 1, drive 1 to be assigned
to CP/M drive C:.
After all assignments on the command line have been made, all current assignments will be
displayed.
QSASSIGN Error Messages
** ERROR ** Invalid Controller/Unit Specification The controller/unit specification was improperly
formatted, or contained illegal characters. This field must be either a 1 or 2 digit number,
followed by a colon. If a 2 digit number is given, the first must be the controller number (0-3), and
the second the drive number (0-1). If only a single digit is given, it must be a drive number (0-1).
** ERROR ** Invalid Controller Specification The controller specification is not in the range 0to3.
** ERROR ** Invalid Drive Unit Specification The drive unit specification is not in the range 0 to 1.
** ERROR ** Missing or Invalid CP/M Drive Specification No CP/M drive was specified to assign the
Partition to. or the drive specified is not a XEBEC device.
** ERROR ** Invalid Partition Name Specification The partition name specified was improperly
formatted, contained illegal characters, or was too long. A valid partition name car be up to 10
characters long, and may contain any printing ASCII characters, with the exception of multiple
consecutive spaces.