Oh, dude, the pain, the pain! There are tools for this - Google on CiderPress. It'll crack open a DSK image and you can copy/paste the source to an Applesoft BASIC file into your clipboard. Okay, this is on Windows, but all you need to do is ask!Originally posted by Aramis:
One other comment: I can't mount prodos disks to mac on my current machines; this was stripped by listing chunks at a time, then capturing the text, using an emulator. [/QB]
Also, if anyone is thinking of taking this Merchant Prince/Trader business on:
Consider doing it as a web page using JavaScript. Yes, that's right, the language that up until a few months ago got almost less respect from seasoned developers than VB. But think about it - JavaScript has lots of nice features (objects, regular expressions, closures), and a reasonably decent syntax. Sure, it's not strongly typed, but that's the breaks.
On the plus side, the end result (a web app) would run in practically any browser on any OS, making updates is easy, and users can download the page and run it locally if they don't have a network connection.
To handle end-user supplied data you just have a big text field and let the user copy/paste .SEC data into it. Similar tricks like that and you'll have a very lightweight, very portable, very maintainable implementation that makes almost everyone happy.
(And then if you want to get fancy, you could mash it up with my map site. I can spin up a web service so you can query a world's data, and you can actually already re-use the mapping display in your own site if you want (with some work).)