Installing applications
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    Is there anything different in MorphOS in installing applications? ie

    Installation
    ************

    Just copy the MainActor drawer to a device of your choice (it is in Systrem:Applications/MainActor) and add an
    assign to your user-startup, like

    `assign MainActor: <Path>' (System:Applications/MainActor Path?)

    ;
    ; MorphOS user-startup
    ;
    ; This script is executed on system boot by
    ; startup-sequence. You can make personal
    ; changes in here.
    ;
    ; $VER: user-startup 1.1
    ;

    ; Enable the following to mount the inet-handler. Note that TCP: allows
    ; easy access to internet, and allows scripts to listen for incoming
    ; connections. Some malware could abuse this.
    ;Mount TCP:





    A requestor Appears when the "MainActor" icon is selected?



    It Says "Plaese insert volume MainActor in any drive" Below this It asks
    Retry Assign Mount Deny Cancel Where in the docs is there an explanation?




    [ Edited by osco on 2010/1/17 22:58 ]
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »18.01.10 - 02:51
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12163 from 2003/5/22
    From: Germany
    > Where in the docs is there an explanation?

    In every AmigaDOS manual.
  • »18.01.10 - 03:01
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    :-x :-x :-x :-x :-x :-x :-x :-x :-x :-x :-x

    [ Edited by osco on 2010/1/18 0:02 ]
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »18.01.10 - 03:14
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    New Shell process 2
    Ram Disk:> assign
    Volumes:
    Work [Mounted]
    Data [Mounted]
    Ram Disk [Mounted]
    System [Mounted]

    Directories:
    MainActor System:S
    TurboPrint System:MorphOS/TP
    MUI <SYS:Applications/MUI>
    REXX <S:>
    PRINTERS <DEVS:Printers>
    HELP <LOCALE:Help>
    CLIPS Ram Disk:Clipboards
    KEYMAPS <DEVS:Keymaps>
    LOCALE System:Locale
    + System:MorphOS/Locale
    ENV Ram Disk:ENV
    T Ram Disk:T
    ENVARC System:Prefs/Env-Archive
    SYS System:
    C System:C
    + System:MorphOS/C
    S System:S
    + System:MorphOS/S
    LIBS System:Libs
    + System:MorphOS/Libs
    + System:MorphOS/Classes
    + System:Classes
    DEVS System:Devs
    + System:MorphOS/Devs
    FONTS System:Fonts
    + System:MorphOS/Fonts
    L System:L
    + System:MorphOS/L
    MOSSYS System:MorphOS

    Devices:
    AUDIO CON DEBUG IXPIPE MUICON
    NULL PAR PIPE PRT PS
    RANDOM RAWDISK SER USBRAW ZERO
    RAM SYSRAW SYSCON RAW DH4
    DH3 DH2
    Ram Disk:>



    HOW DID MAINACTOR end up being assigned to System: S

    [ Edited by osco on 2010/1/18 0:03 ]
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »18.01.10 - 03:35
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    by Andreas_Wolf on 2010/1/17 23:01:37

    > Where in the docs is there an explanation?

    In every AmigaDOS manual.



    NAME
    Assign - Binds a device name to a directory or file.

    SYNOPSIS
    1.3
    Assign Name Dir Etc/... LIST EXISTS REMOVE

    2.x/3.x
    Assign Name Dir Etc/... LIST EXISTS DISMOUNT
    DEFER PATH ADD REMOVE VOLS DIRS DEVICES

    DESCRIPTION
    Assign causes NAME: to be a synonym for a directory
    or a pathname. This is referred to as a "logical"
    device, since it appears to the Amiga and the user as a
    device, but is in fact a directory. You can use this as a
    convenient shorthand to refer to lengthy pathnames, or to
    refer to a variety of different directories by the same
    name (just change the assignment when you want the
    program to change directories).

    You can remove assignments by giving only NAME:, or
    by giving a single minus ('-') as the directory or device
    name. There are also specifice keywords to remove
    assigns which will be covered later. In any case, all
    assigns are lost when the system is shut off or rebooted.

    In 2.x/3.x you can assign a single device name to
    many directories by simply listing all of the directories
    after the device name.

    S:, L:, C:, FONTS:, DEVS:, LIBS:, T:, and SYS: are
    all made during normal startups. All these assigns
    directly relate with system operation. Therefor, they
    should not be tampered with unless you are prepared to
    crash your system! So, don't mess with system assigns
    unless you know absolutly what you are doing...

    If there is already a directory with an assignment,
    any new assignment will replace it. You cannot, however,
    assign the same name to a device that already exists. So
    an assign to device Work: if a disk whose name Work: is
    already mounted.
    My question was an explanation of the choices in the requestor box?
    It is not in a DOS manual it is specific to M
    orphOS

    [ Edited by osco on 2010/1/17 23:52 ]

    [ Edited by osco on 2010/1/18 0:05 ]
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »18.01.10 - 03:51
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    http://wiki.morphos-user.com/index.php/Shell_Commands
    Documents specific to MorphOS? :-x
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »18.01.10 - 04:17
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    @ Andreas

    As always the right answer! Application is ASSIGNED
    :-)
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »18.01.10 - 04:33
    Profile