Disregard the previous.
Computers suck. Macs suck, too.
I'm helping my buddy setting up his new iMac. The biggest disaster, amazingly, is getting EUDORA on the Mac to grok his 15 years worth of EUDORA on Windows mailboxes.
In theory it's just a matter of converting the text file format from DOS to Unix (Yes. I know how to do that. No combo of tr options makes Eudora/Mac happy. Textwrangler does. We'd just have to manually convert the 1000 files. Thus the Applescript misadventure anon.) The most amazing part is that Eudora's help to do this is ancient, non-existent and almost hostile.
Along the way in trying to accomplish this I wanted to move the tiny CRLF app that Eudora suggests from the Macbook to the iMac. More than that. It was compressed as a .sit file. New Macs don't come with Unstuffit. Mine has it. To download it required an email address and I wasn't in the mood. to be spammed (I know. I cause my own problems.)
So I unStuff the thing in my Macbook and try to move it to the iMac.
My Macbook Pro WILL NOT share files over the network no matter what combination I use.
For all of the above tries the Macs had no problem seeing the computers, on the network they just couldn't get permission to write or see the f*'in content.
I even tried to FTP the file out. It ended up being 0 length, even though I used binary mode.
In the end I emailed it to myself. Even there I ended up with two files thanks to MIME nonsense.
So after after a long wasted time of trying, I surrendered and download the stuffed file, download and install unstuffit....and....in the end I finally got the message that the utility is for System 7 and there is no compatibility mode. So the only help Eudora has is prolly 10 years outdated.
I've spent like 9 hours of hacking various ways around the problem, mostly trying to get Applescript to do "exotic" things like find all of the files in the folder to work on them. It throws errors because evidently Apple never told it the kinds of stuff it'll find in an OS X folder. From what I find by googling it takes like 20 lines of barely comprehensible code to work around this.
I was trying to learn Applescript anyway to automate some routine tasks so I trust the time isn't entirely wasted. BTW, the decent script debugger costs $199. At this point I'm figuring that's just $10 an hour.
I did what I wanted with find from the Unix shell in about 2 minutes. (Like: Since I did make the list of full path to the files in find and redirect that into a file, maybe I could get Applescript to take that file as input. Not any easier. More hours of hacking. )
I WILL accomplish this. I just can see that I have to invest maybe another 5 hours of hacking.
I HATE COMPUTERS. I am too old to enjoy this crap any more.
Computers suck. Macs suck, too.
I'm helping my buddy setting up his new iMac. The biggest disaster, amazingly, is getting EUDORA on the Mac to grok his 15 years worth of EUDORA on Windows mailboxes.
In theory it's just a matter of converting the text file format from DOS to Unix (Yes. I know how to do that. No combo of tr options makes Eudora/Mac happy. Textwrangler does. We'd just have to manually convert the 1000 files. Thus the Applescript misadventure anon.) The most amazing part is that Eudora's help to do this is ancient, non-existent and almost hostile.
Along the way in trying to accomplish this I wanted to move the tiny CRLF app that Eudora suggests from the Macbook to the iMac. More than that. It was compressed as a .sit file. New Macs don't come with Unstuffit. Mine has it. To download it required an email address and I wasn't in the mood. to be spammed (I know. I cause my own problems.)
So I unStuff the thing in my Macbook and try to move it to the iMac.
My Macbook Pro WILL NOT share files over the network no matter what combination I use.
- Not to the new Time Capsule.
- Not to my buddy's new iMac with OS X 10.5
- It will to the Windows XP tower....except my my buddy's new iMac couldn't see the files no matter how many times I tried to authenticate.
- The iMac could not see the file on the Macbook.
For all of the above tries the Macs had no problem seeing the computers, on the network they just couldn't get permission to write or see the f*'in content.
I even tried to FTP the file out. It ended up being 0 length, even though I used binary mode.
In the end I emailed it to myself. Even there I ended up with two files thanks to MIME nonsense.
So after after a long wasted time of trying, I surrendered and download the stuffed file, download and install unstuffit....and....in the end I finally got the message that the utility is for System 7 and there is no compatibility mode. So the only help Eudora has is prolly 10 years outdated.
I've spent like 9 hours of hacking various ways around the problem, mostly trying to get Applescript to do "exotic" things like find all of the files in the folder to work on them. It throws errors because evidently Apple never told it the kinds of stuff it'll find in an OS X folder. From what I find by googling it takes like 20 lines of barely comprehensible code to work around this.
I was trying to learn Applescript anyway to automate some routine tasks so I trust the time isn't entirely wasted. BTW, the decent script debugger costs $199. At this point I'm figuring that's just $10 an hour.
I did what I wanted with find from the Unix shell in about 2 minutes. (Like: Since I did make the list of full path to the files in find and redirect that into a file, maybe I could get Applescript to take that file as input. Not any easier. More hours of hacking. )
I WILL accomplish this. I just can see that I have to invest maybe another 5 hours of hacking.
I HATE COMPUTERS. I am too old to enjoy this crap any more.
Last edited: