DataMuseum.dk

Presents historical artifacts from the history of:

Commodore CBM-900

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

See our Wiki for more about Commodore CBM-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦a8a309e0a⟧ TextFile

    Length: 952 (0x3b8)
    Types: TextFile
    Notes: UNIX file
    Names: »start«, »syscmd1«

Derivation

└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code
    └─⟦f4b8d8c84⟧ UNIX V7 Filesystem
        └─ ⟦this⟧ »unimenu/local/menus/start« 
        └─ ⟦this⟧ »unimenu/local/start« 
        └─ ⟦this⟧ »unimenu/local/syscmd1« 

TextFile

Text: System Commands
top: 2
Columns: 8
Pwd: 1

Text: START
expl: Run a Program
exec: %Enter the window # to run in: % 
  {Enter the program name: } {Enter any arguments: }

Text: LIST
expl: List the Contents of a Directory
exec: bls  {Enter The directory name to list (Default is the Current) }
help: man ls | more

Text: CHANGE
expl: Change the Current Directory
exec: cd { Which Directory? }
help: man chdir | more

Text: TYPE
expl: List the Contents of a file
exec: more ^Enter filename(s) to type: ^
help: man more | more

Text: COPY
expl: Copy one file to a new file
exec: cp ^Enter filename to copy: ^ { Enter filename to copy to: }

text: MOVE
expl: Move or Rename a file
exec: mv ^ Enter the old file name: ^ { Enter the new file name: }
help: man mv | more

text: REMOVE
expl: Remove a file or files
exec: rm ^ Enter the file name to remove: ^
help: man rm | more

text: OTHER
expl: Additional System commands
exec: @/usr/local/menus/syscmd2