Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: irishmike on May 31, 2006, 06:18:37 PM

Title: Amiga 101
Post by: irishmike on May 31, 2006, 06:18:37 PM
We are actually getting UAE the way we want it.  Have been configuring WinUAE and about to start on my Linux E-UAE... but things are not quite as smooth ;-)

We are looking for a Users Guide to WB 3.1 (preferably in PDF format) and also wondering how you configure "paths" in AmigaOS.. we added LHA.run and it is now located in our system :utlities folder.  How would we get the file to run from the command line.  The LHA to expand is on the RAM Disk.

Thanks,

Title: Re: Amiga 101
Post by: Piru on May 31, 2006, 06:26:10 PM
You misunderstood. lha.run is self extracting archive.

Copy it to ram: then in shell:
1.> cd ram:
1.> protect lha.run +e
1.> lha.run
1.> copy lha_68k c:lha

After that, download util/arc/lha_68k.lha (http://www.aminet.net/package.php?package=util/arc/lha_68k.lha).
Then:

1.> lha x lha_68k.lha ram:
1.> copy ram:lha_68k c:lha

(or copy lha_68020 or lha_68040, depending on your cpu)
Title: Re: Amiga 101
Post by: irishmike on May 31, 2006, 06:29:56 PM
How do we get into the command line to do this?

Thanks,

Title: Re: Amiga 101
Post by: Matt_H on May 31, 2006, 06:33:52 PM
Open the Shell icon from the System drawer on your boot partition.

Or select Execute Command (RAmiga + E) from the Workbench menu and type 'newshell'
Title: Re: Amiga 101
Post by: neuroflip on May 31, 2006, 06:38:02 PM
To enter in 'command line mode' you have to run a CLI process.

Right button and  at workbenchmenu you have to select 'Execute command' and type 'newcli'

You can run a command directly with RAmiga + E

And you can find CLi/shell icon at System folder in SYS:
Title: Re: Amiga 101
Post by: irishmike on May 31, 2006, 06:38:14 PM
Thanks for the help all :-)