Games Quick-Search
Go to Advanced Search
Lemon Amiga Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

copying files with Amiga Explorer

 
Post new topic   Reply to topic    Lemon Amiga Forum Index -> Software & Hardware
View previous topic :: View next topic  
Author Message
ruthven
Newcomer


Joined: 26 Mar 2010
Age: 32
Posts: 12

PostPosted: Tue Apr 24, 2012 1:46 pm    Post subject: copying files with Amiga Explorer Reply with quote

I've been building my Amiga games collection by transferring .ADFs to disk with Amiga Explorer. But there are several application programs that I'd like to transfer as well that I can only find in .LHA format. I tried sending an .LHA file to the Amiga using this same method--it didn't unpack the contents of the .LHA file on the disk like an .ADF... but it did seem to write the file to the disk, though I could not find any files on the disk when I opened it in Workbench. I then tried extracting the files out of the .LHA archive on my PC, and then sending those to the Amiga with the Explorer. Again, the Amiga's drive lit up and the PC showed that files were being transferred to the drive. But after when I opened the disk in Workbench, there were still no files showing on the disk... but there was less free space available--so I'm thinking something must have gotten written to the disk, though I'm not sure why I can't see the files.

So I guess I have two main questions: first off, is it even possible to transfer individual files (or any kind of file other than .ADF for that matter) to the Amiga using Amiga Explorer/null modem cable? And if so, any ideas as to why I couldn't see the files I transferred, even though they are taking up space on the disk?--I'm guessing that maybe I need a "proper" file manager/directory commander program to see certain files... or perhaps the files have been written as MSDOS files and I can't see them on the Amiga without a special utility (like CrossDos)... (?)
Back to top
View user's profile Send private message
mikey2002kent
Groupie
Groupie


Joined: 30 Aug 2007
Age: 29
Posts: 159
Location: Maidstone, Kent, England

PostPosted: Tue Apr 24, 2012 2:45 pm    Post subject: Reply with quote

Right click in the folder with the missing files and go up to the menu and select "show all files" and they will probably appear, workbench hides most files unless they are actual folders are programs. Smile

With regards to LHA files, I use the Amigakit ADF Transfer software and that can make disks from either ADF'S or LHA's
_________________
Owned:
Amiga 1200 2mb + 8mb fast, 4gb HD, WHD Load
Playstation 2, Nintendo DS, Nintendo Wii
Back to top
View user's profile Send private message MSN Messenger
ruthven
Newcomer


Joined: 26 Mar 2010
Age: 32
Posts: 12

PostPosted: Wed Apr 25, 2012 1:02 pm    Post subject: Reply with quote

Hmmm... I tried last night but couldn't find the menu option you're talking about. I still can't see/access those individual files sent over with Amiga Explorer. I should probably mention that I'm using Workbench 1.2 on an old A500. I couldn't find any option to "show all files" under any of the menus when right clicking up top (when the disk icon was selected). Is this something that is set in "preferences" in Workbench?

You are right that Workbench is hiding these files though. I got a handy file managing program last night called Disk Master, and this program will show all of the individual files (.LHA, etc.) that I transferred. So I know that the files are being written properly--I just need to be able to see them in Workbench so I can access them.

Maybe I need to execute these files from the CLI... (first I need to learn how to use the CLI/Shell)
Back to top
View user's profile Send private message
desiv
Amiga Junkie
Amiga Junkie


Joined: 01 Oct 2009
Age: 46
Posts: 344
Location: Salem, OR

PostPosted: Thu Apr 26, 2012 1:37 am    Post subject: Reply with quote

Yes, WB 1.2/1.3 doesn't show those files and there's no option to see them.

You can see them with the shell/CLI.

cd df1:directory
dir

etc...
(And file ending in .info is the icon. No .info file, no icon.)

cd / to go back a directory.

Also, you can get a File Manager, like CLIMate or Directory Master (There was probably a DirOpus for 1.2??) that makes that much easier also..

desiv
Back to top
View user's profile Send private message
ruthven
Newcomer


Joined: 26 Mar 2010
Age: 32
Posts: 12

PostPosted: Thu Apr 26, 2012 1:26 pm    Post subject: Reply with quote

Thanks--that really clears things up! Thanks for the example syntax as well where I'm such a newb. I was finally able to see/access those files! Smile

Also thanks for recommending CLImate--it certainly simplified moving individual files around, more so than Disk Master.

Quote:
With regards to LHA files, I use the Amigakit ADF Transfer software and that can make disks from either ADF'S or LHA's


That's cool, I hadn't seen that kit before. Though I think I have a solution for .LHAs now, as it does seem like I can extract them on PC first and then write the extracted files to a floppy over null modem cable. Also, Disk Master has the ability to extract .LHAs and other compressed formats. So I think I'm good to go (now that I know what I'm doing).
Back to top
View user's profile Send private message
desiv
Amiga Junkie
Amiga Junkie


Joined: 01 Oct 2009
Age: 46
Posts: 344
Location: Salem, OR

PostPosted: Thu Apr 26, 2012 3:25 pm    Post subject: Reply with quote

One thing about decompressing on the PC, you can loose some attributes...
What does that mean?
I have no idea, I just heard someone say it once..

Laughing

Kidding.. Wink

Your files have attributes, for permissions, like READ, WRITE, etc..

Well, the Amiga filesystem has a few attributes that the PC doesn't. (PURE for instance, so a command can be run "resident")

It's generally best to decompress them on the Amiga to be safe...

desiv
Back to top
View user's profile Send private message
ruthven
Newcomer


Joined: 26 Mar 2010
Age: 32
Posts: 12

PostPosted: Thu Apr 26, 2012 4:29 pm    Post subject: Reply with quote

Thanks, good to know. Actually, I was expecting that to be the case initially--just so happened that the program I decompressed on the PC did in fact run on the Amiga once transferred, so I figured I wasn't losing anything by decompressing on the PC. Not a general rule of thumb after all.

I haven't actually tried decompressing anything on the Amiga yet. I don't have an external disk drive, just the one that's built in and I'm wondering if that's going to be a problem. I imagine I'm going to have to extract the contents of .LHA files to the RAM disk and from there move the files back to a blank floppy. But I only have the standard 512k RAM. I'm wondering if this is going to be a problem when decompressing large .LHAs--ones that contain the entire contents of a disk. Perhaps I can extract only select files at a time, move them to a disk, then continue where I left off until all files have been extracted/written... (?)

I'll give it a try later when I get out of work.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Lemon Amiga Forum Index -> Software & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Tip: Get Amiga Forever for super-comfy Amiga emulation with pre-installed Workbench, games and other goodies!


Powered by phpBB © 2001, 2005 phpBB Group
A sister site to Lemon64. Made in Sweden by Kim Lemon 2004-2009.
News  Games  Lemonade  Forum  Help  Links  Sitemap