Welcome, Guest. Please login or register.

Author Topic: Amiga 101  (Read 1281 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline irishmikeTopic starter

  • Hero Member
  • *****
  • Join Date: Jun 2004
  • Posts: 516
    • Show only replies by irishmike
    • http://www.jmikeneedham.net
Amiga 101
« 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,

\\"When we ask for advice, we are usually looking for an accomplice.\\"
- Marquis de la Grange
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: Amiga 101
« Reply #1 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.
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)
 

Offline irishmikeTopic starter

  • Hero Member
  • *****
  • Join Date: Jun 2004
  • Posts: 516
    • Show only replies by irishmike
    • http://www.jmikeneedham.net
Re: Amiga 101
« Reply #2 on: May 31, 2006, 06:29:56 PM »
How do we get into the command line to do this?

Thanks,

\\"When we ask for advice, we are usually looking for an accomplice.\\"
- Marquis de la Grange
 

Offline Matt_H

Re: Amiga 101
« Reply #3 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'
 

Offline neuroflip

  • Full Member
  • ***
  • Join Date: Apr 2006
  • Posts: 200
    • Show only replies by neuroflip
    • http://a1200.wordpress.com
Re: Amiga 101
« Reply #4 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:
[http://a1200.wordpress.com (spanish)
a1200 + Bliz1260/50Mhz/64Mb + HD10Gb + a520 svideo mod + Wireless PCMCIA Elsa MC-11 + PCMCIA CF + Adaptator + CF 256Mb + a500 + 512Kb]
 

Offline irishmikeTopic starter

  • Hero Member
  • *****
  • Join Date: Jun 2004
  • Posts: 516
    • Show only replies by irishmike
    • http://www.jmikeneedham.net
Re: Amiga 101
« Reply #5 on: May 31, 2006, 06:38:14 PM »
Thanks for the help all :-)

\\"When we ask for advice, we are usually looking for an accomplice.\\"
- Marquis de la Grange