English Amiga Board


Go Back   English Amiga Board > Support > support.Amiga Forever

 
 
Thread Tools
Old 21 March 2014, 20:27   #1
Starglider 2
Registered User
 
Starglider 2's Avatar
 
Join Date: Jan 2014
Location: California
Posts: 1,146
Can Amiga Explorer work without a WB disk?

Hi, I have Amiga Explorer, my basic A500, a working null modem cable... but no Workbench 1.3 disk. I do have just one bootable floppy disk, which gets me to Workbench, but doesn't include the Shell or CLI program. This means I'm unable to enter the commands that Amiga Explorer requires.

I'm in a time crunch to do with leaving the country, and the WB disks I ordered on eBay have been delayed by the seller.

Q: Is there any other way to get Amiga Explorer working? My end goal is to convert some Amiga floppy disks to ADF files for use with an emulator.
Starglider 2 is offline  
Old 21 March 2014, 20:39   #2
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
i have winuae with kick 1.3 here. when you see the AmigaDOS window " copyright ..." press CTRL + D - it stops here the booting and you get the shell/cli prompt.
you can enter now "loadwb" to start workbench and the cli will still be open, until you enter "endcli"
i hope this works on real amiga too (thinking of a winuae feature), just test it .
emufan is offline  
Old 21 March 2014, 20:49   #3
Starglider 2
Registered User
 
Starglider 2's Avatar
 
Join Date: Jan 2014
Location: California
Posts: 1,146
Thanks. That does work, but the problem is Amiga Explorer needs me to type the following, including the word 'Type':

Type SER: to RAM:Setup

But when I enter that I get an error:

1> Type SER: to RAM:Setup
Unknown command Type

1> Type
Unknown command Type

I think my disk doesn't have the full CLI commands in it, so it doesn't understand "Type". Any ideas anyone?

Thanks!
Starglider 2 is offline  
Old 21 March 2014, 21:37   #4
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
Quote:
Originally Posted by Starglider 2 View Post
I think my disk doesn't have the full CLI commands in it, so it doesn't understand "Type". Any ideas anyone?

Thanks!
hmm, too bad. on amiga explorer website, I read about installation and they write "ae can self-install":
Quote:
Once installed on the Windows side, Amiga Explorer can self-install to the Amiga over the serial cable without requiring any additional software, but the Amiga must be able to boot first (e.g. with a Workbench disk, at least version 1.2)
so you could transfer these missing files from a workbench13.adf image to you real-floppy.
never used amiga-explorer - cannot say how this works.

do you have any other amiga disks, install disks of application - those may have some of the commands you need.
i think devs:serial.device is also one of the missing things. maybe a devs:mountlist with entry for SER:
if you find those, insert them and try in the cli:
df0:c/type or df0:c/copy
if they exists copy them to ram-disk and later on your bootdisk. something like:
Code:
df0:c/copy df0:c/copy ram:copy
change to your boot-disk
Code:
ram:copy ram:copy df0:c/copy
this is somehow at risk, since you can destroy your only boot-able floppy disks. but i have no clue, what else you can do.
thats all not funny, but otherwise i've no idea, atm.

Last edited by emufan; 21 March 2014 at 21:43.
emufan is offline  
Old 21 March 2014, 22:07   #5
Starglider 2
Registered User
 
Starglider 2's Avatar
 
Join Date: Jan 2014
Location: California
Posts: 1,146
Thanks. I only have one disk.

Where and how can I ensure the required commands aren't hiding somewhere on the disk? I'm not sure how to search for them.
Starglider 2 is offline  
Old 21 March 2014, 22:24   #6
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
Quote:
Originally Posted by Starglider 2 View Post
Thanks. I only have one disk.

Where and how can I ensure the required commands aren't hiding somewhere on the disk? I'm not sure how to search for them.
they should sit in c: or root directory. try:
c:type
df0:c/type
df0:type

other usefull commands, if available: dir list

edit: a bit OT but related, did you saw the usb-floppy emulator? no more disk problems, never ever

Last edited by emufan; 21 March 2014 at 22:31.
emufan is offline  
Old 21 March 2014, 22:33   #7
Starglider 2
Registered User
 
Starglider 2's Avatar
 
Join Date: Jan 2014
Location: California
Posts: 1,146
Really appreciate your help. I'll try the commands.

The emulator won't help as I need to get some files off old floppies.

Any other people's ideas also welcomed in the meantime.
Starglider 2 is offline  
Old 21 March 2014, 22:41   #8
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
Quote:
Originally Posted by Starglider 2 View Post
Really appreciate your help. I'll try the commands.

The emulator won't help as I need to get some files off old floppies.
*argh* ok, i already forgot
kind of deja-vu - i hope it wasn't you, i've told about adfread. old pc with two 3.5" disk-drives on same cable. makes successfully copies of standard amiga filesystem disks.
emufan is offline  
Old 21 March 2014, 23:17   #9
Starglider 2
Registered User
 
Starglider 2's Avatar
 
Join Date: Jan 2014
Location: California
Posts: 1,146
Sadly I get:

"Unknown command dir"
"Unknown command df0:type"
"Unknown command c:type"
etc.

I don't have an old PC, only laptops.

Any other ideas how to get Amiga Explorer working so I can convert an Amiga floppy to an ADF?
Starglider 2 is offline  
Old 25 March 2014, 17:25   #10
jbenam
Italian Amiga Zealot
 
Join Date: Jan 2009
Location: Italy
Age: 36
Posts: 1,911
Quote:
Originally Posted by emufan View Post
hmm, too bad. on amiga explorer website, I read about installation and they write "ae can self-install":
It does Did that myself quite a few times.

It does that in a clever way, it gets the raw input from the SER: device and converts it to "text" using Type. That "text" is just executable code

It obviously needs Type to exist as it uses that to get the input from the serial device, and I suspect that without the Serial prefs the SER: device won't even be configured properly and without a SER: mounted that it won't even be enabled at all!

I'm no WB guru, so I might be missing some awesome-ultra-1337 way of doing that just with a paperclip and a rubber band, but for now it seems that Starglider 2 needs to get his hand on a WB1.3 floppy.

Looks like he'll either need to source one locally or go with a floppy emulator JUST to get a working WB1.3.
Usually bootable floppies include the BARE essential to make it run (that's why there's on Type on there) to save precious kBytes.

As Emufan said, adfread might be an option, but it requires a slightly old PC which supports two floppy drives.
jbenam is online now  
Old 25 March 2014, 17:28   #11
Starglider 2
Registered User
 
Starglider 2's Avatar
 
Join Date: Jan 2014
Location: California
Posts: 1,146
Thanks guys. I now have the required WB disk. :-)
Starglider 2 is offline  
Old 26 March 2014, 00:30   #12
rogersyd
Registered User
 
rogersyd's Avatar
 
Join Date: Jan 2014
Location: WV USA
Posts: 31
Inquiring minds want to know... what was on that disk?
;0
rogersyd is offline  
Old 26 March 2014, 00:52   #13
Starglider 2
Registered User
 
Starglider 2's Avatar
 
Join Date: Jan 2014
Location: California
Posts: 1,146
Workbench 1.3 with the required CLI command "Type" on it.
Starglider 2 is offline  
Old 26 March 2014, 10:59   #14
jbenam
Italian Amiga Zealot
 
Join Date: Jan 2009
Location: Italy
Age: 36
Posts: 1,911
Quote:
Originally Posted by Starglider 2 View Post
Workbench 1.3 with the required CLI command "Type" on it.
I think he's referring either to the bootable one, or the one containing the files you wanted to rescue
jbenam is online now  
Old 26 March 2014, 15:47   #15
rogersyd
Registered User
 
rogersyd's Avatar
 
Join Date: Jan 2014
Location: WV USA
Posts: 31
LOL, right i was curious about the data you were tyring to recover. Don'f feel obligated to answer, i was just being nosey.
rogersyd is offline  
Old 26 March 2014, 16:16   #16
Starglider 2
Registered User
 
Starglider 2's Avatar
 
Join Date: Jan 2014
Location: California
Posts: 1,146
Ha! Sorry. I thought your question was a bit odd. That explains it! I had an old Amiga hard disk backup taken with ABackup, and I wanted to convert those 50 disks to ADFs, to restore onto a virtual HD in UAE :-)
Starglider 2 is offline  
Old 27 March 2014, 01:21   #17
rogersyd
Registered User
 
rogersyd's Avatar
 
Join Date: Jan 2014
Location: WV USA
Posts: 31
wow that is ambitious! god speed in your quest!

not long ago i had to buy an iomega parallel port 100 mb zip drive, and an ancient win95 laptop to recover some old photography... media obsolescence will always get ya!
rogersyd is offline  
Old 27 March 2014, 01:47   #18
Starglider 2
Registered User
 
Starglider 2's Avatar
 
Join Date: Jan 2014
Location: California
Posts: 1,146
Thanks!

There will always be emulators :-) Amiga Forever...
Starglider 2 is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Amiga Explorer ghost_of_war support.Hardware 11 07 June 2010 20:30
Amiga Explorer simono71 support.Other 11 19 June 2009 03:02
Help with Amiga Explorer adgloride support.Apps 2 10 May 2006 13:55
Amiga Explorer wont work right! chaoticjelly New to Emulation or Amiga scene 4 10 September 2004 22:38
Help using Amiga Explorer Framerate New to Emulation or Amiga scene 3 18 May 2003 15:06

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 17:39.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.15111 seconds with 15 queries