![]() |
![]() |
![]() |
#1 |
Registered User
Join Date: Jan 2021
Location: Iowa, USA
Age: 28
Posts: 57
|
Having Problems Installing LHA Unity
I'm following a guide trying to install the unity for unpacking LHA files in WB3.1 and keep getting a command line error when I try to unpack it
|
![]() |
![]() |
#2 |
Registered User
![]() Join Date: Jan 2019
Location: Finland
Posts: 94
|
Remove //
Which guide? |
![]() |
![]() |
#3 |
Registered User
Join Date: Jan 2021
Location: Iowa, USA
Age: 28
Posts: 57
|
|
![]() |
![]() |
#4 |
Registered User
Join Date: Oct 2009
Location: Germany
Posts: 2,765
|
The answer is in your screenshot (second line). The "//" from the instruction page mark the comment following. I.e. it is not part of the command line.
|
![]() |
![]() |
#5 |
Registered User
Join Date: Jan 2021
Location: Iowa, USA
Age: 28
Posts: 57
|
Okay, I went through all the steps and it seems to have unpacked it to c: correctly but the lha x file command still won't work.
|
![]() |
![]() |
#6 |
disengaged
Join Date: Aug 2005
Location: London / Sydney
Age: 44
Posts: 19,567
|
Looking at your second screenshot; the LHA exes are still named "lha_68020" and "lha_68040"...
In CLI / Shell do the following: Code:
CD DH0:C Dir lha#? You then need to rename LHA_68020 --> LHA so: Code:
Rename LHA_68020 LHA |
![]() |
![]() |
#7 | |
Registered User
Join Date: Jan 2021
Location: Iowa, USA
Age: 28
Posts: 57
|
Quote:
The guide I used just kind of said "run these commands to unpack it and you're done" without mentioning that part |
|
![]() |
![]() |
#8 |
Zone Friend
|
after looking at the page you posted about the lha command.. i see where you went wrong..
They where using // to seperate the command from some info, like a programmer would use to comment their code. Type: lha.run Ram: // LHA will be extracted onto the Ram Disk the commands for lha are pretty easy.. Lha x filename.lha destination: //for extraction Lha -r a filename.lha source: //for creation where -r is recursive.. you should also install the LZX archiver aswell.. as it has better compression and some uploaded dated on the server is LZX'ed. |
![]() |
![]() |
#9 | |
Registered User
Join Date: Jan 2021
Location: Iowa, USA
Age: 28
Posts: 57
|
Quote:
Edit: and have some fiddling it's randomly working now Last edited by CryptidWorks; 15 January 2021 at 10:05. |
|
![]() |
![]() |
#10 |
Registered User
Join Date: Oct 2009
Location: Germany
Posts: 2,765
|
The syntax of your copy command is wrong. There is a space between "ram:" and "lha_68020". Remove it. If you want to copy lha from Ram: to C: then use this:
Code:
copy Ram:lha_68020 c:lha |
![]() |
![]() |
#11 |
Registered User
![]() Join Date: Jan 2019
Location: Finland
Posts: 94
|
"Copy Ram: lha_68020 C:lha"
Don't put space between Drive and File, this ended up creating "lha" directory to C: and copying everything from Ram: there. First remove unwanted C:lha directory by "Delete C:lha all". Then "Copy Ram:lha C:" (or lha_68020 if it's not renamed yet). |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Unity / Ubuntu performance problems (was: mouse issue) [Solved] | DaveMB | support.FS-UAE | 11 | 25 November 2012 21:38 |
Lha problems. | Thorham | support.Apps | 13 | 18 October 2009 15:24 |
Lha.run problems | RonL | support.WinUAE | 3 | 18 August 2008 19:38 |
LHA Extraction Problems | THX1138 | support.Apps | 1 | 16 February 2004 06:40 |
LHA problems?! | Unregistered | New to Emulation or Amiga scene | 11 | 15 November 2001 22:33 |
|
|