DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

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

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ B T

⟦2a2b543c3⟧ TextFile

    Length: 556 (0x22c)
    Types: TextFile
    Names: »B«

Derivation

└─⟦516dceb10⟧ Bits:30000751 8mm tape, Rational 1000, RCI_VADS
    └─ ⟦9a14c9417⟧ »DATA« 
        └─⟦this⟧ 

TextFile

separate (Library_Extensions)
procedure Display_Information (Remote_Machine_Name   : String;
                               Remote_Directory_Name : String) is
begin
    if Remote_Machine_Name = "" then
        Log.Put_Line (Message => "A null remote machine name was provided.",
                      Kind    => Profile.Warning_Msg);
    end if;

    if Remote_Directory_Name = "" then
        Log.Put_Line (Message => "A null remote directory name was provided.",
                      Kind    => Profile.Warning_Msg);
    end if;
end Display_Information;