Copyright (c) Hyperion Entertainment and contributors.

Difference between revisions of "AmigaDOS manual"

From AmigaOS Documentation Wiki
Jump to navigation Jump to search
Line 10: Line 10:
   
 
SHELL is a "command line interface" (CLI) that provides a lot of features to interact with the operating system.
 
SHELL is a "command line interface" (CLI) that provides a lot of features to interact with the operating system.
Simply put, it means that you use an "interface" (in this case a shell window) to send commands to the computer which still uses this interface to display results of your commands.
+
Simply put, it means that you use an "interface" (in this case a shell window) to send lines of commands to the computer.
   
 
For historical reasons, you will still find references to the CLI in AmigaOS but this is really a shell that is used everywhere in the system.
 
For historical reasons, you will still find references to the CLI in AmigaOS but this is really a shell that is used everywhere in the system.
Line 17: Line 17:
   
 
=== Starting a shell ===
 
=== Starting a shell ===
 
The user can open a shell in two ways:
 
   
 
* Double click the Shell icon, that you can find in the System folder of the system partition.
 
* Double click the Shell icon, that you can find in the System folder of the system partition.
Line 26: Line 24:
 
* Use the Execute requester of the Workbench and issue one of the following commands "newshell", "newcli" or "cli".
 
* Use the Execute requester of the Workbench and issue one of the following commands "newshell", "newcli" or "cli".
   
  +
Note that it's also possible to open a shell by a program but this is not covered by this manual.
 
  +
When you double click on a CLI or Shell icon (or start up CLI in any other
  +
way) you could say that you are "Opening a Window to AmigaDOS".
  +
  +
Thus CLI is only a very small part of AmigaDOS.

Revision as of 17:42, 12 June 2012

AmigaDOS manual

Introduction

The AmigaDOS software is contained in files stored on the system partition. They all are binaries, either programs usable by the user or libraries or other sets of functions usable by the AmigaDOS commands.

You can think of AmigaDOS as a complete system for operating the computer and its peripherals.

The Shell

SHELL is a "command line interface" (CLI) that provides a lot of features to interact with the operating system. Simply put, it means that you use an "interface" (in this case a shell window) to send lines of commands to the computer.

For historical reasons, you will still find references to the CLI in AmigaOS but this is really a shell that is used everywhere in the system.

TODO: insert shell image

Starting a shell

  • Double click the Shell icon, that you can find in the System folder of the system partition.

TODO: insert icon image

  • Use the Execute requester of the Workbench and issue one of the following commands "newshell", "newcli" or "cli".


When you double click on a CLI or Shell icon (or start up CLI in any other way) you could say that you are "Opening a Window to AmigaDOS".

Thus CLI is only a very small part of AmigaDOS.