DataMuseum.dk

Presents historical artifacts from the history of:

CP/M

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦c751176ae⟧ TextFile

    Length: 1920 (0x780)
    Types: TextFile
    Names: »KDEF.SYS«

Derivation

└─⟦706baee52⟧ Bits:30003928 RcKalk rel. 1.1 for Piccoline
    └─⟦this⟧ »KDEF.SYS« 

TextFile

E
    SHOW C:USERS
    SHOW D:LABEL

    ///2OPTIONS
    Options:

    SHOW SPACE    ; Same as the SHOW display.

    SHOW DRIVES   ; Displays the drive characteristics of logged-in
                  ; drives on the system, or for a specified drive.

    SHOW USERS    ; Displays the current user number and all user areas
                  ; on the drive that have files assigned to them.

    SHOW LABEL    ; Returns a display of the optional directory label,
                  ; if it has been created.

    SHOW HELP     ; Displays a list of the SHOW options.

    SHOW d:       ; SHOW with the optional drive specifier displays
                  ; information for the specified drive only.

    ///1SUBMIT
    Syntax:

    SUBMIT filespec (optional parameters)

    Explanation:

    SUBMIT  processes  a  command  file  with  a  filetype   of  .SUB
    consisting  of  Concurrent  CP/M  commands  given one command per 
    line.   Any  optional  parameters  (such  as a drive or filesp32h     ; 50 sec
 Flop tim  =3Ch     ; 60 sec
 Flop tim  =5Ah     ; 90 sec
 Flop tim  =78h     ;120 sec
 Flop tim  =B4h     ;180 sec
 Flop tim  =F0h     ;240 sec

; memory disk
*Mdisk     =00h     ; no
 Mdisk     =01h     ; 64kbytes
 Mdisk     =02h     ; 128kbytes
 Mdisk     =03h     ; 192kbytes
 Mdisk     =04h     ; 256kbytes

; iSBX type.
 Isbx type =00h     ; no
 Isbx type =01h     ; iSBX351
 Isbx type =02h     ; iSBX488

; foreground colour
 Colour    =01h     ; blue foreground
 Colour    =02h     ; green foreground
 Colour    =03h     ; cyan foreground
 Colour    =04h     ; red foreground
 Colour    =05h     ; magenta foreground
 Colour    =06h     ; yellow foreground
 Colour    =07h     ; white foreground

; initial state of rts(request to send)
 Rts       =00h     ; initial low
 Rts       =02h     ; initial high

#
«eof»