Hi Rob
It should be perfectly possible to make cards bootable on whatever computer. All that happens when you run
'bootable.exe' is that the string 'BOOTDISK' is written to sector 0 (aka MBR) of the card (at byte offset 0x24 / decimal 36)
I see 2 ways to do this :
1) find a disk / sector editor that runs on your machine and do it by hand
2) find a C compiler and compile bootable.exe for your machine - i would think that it should be possible to use
Visual Studio on a PC for this job, as both OS's are (c)Micro$oft
CardTricks itself can not be ported, it is written in AutoIt 3 (which is limited to 32/64 bits intel Windows)
wim
edit: sorry but i never played with ppc's - maybe other forum member could give you more specific info ?
edit2: if needed you can find the source code for bootable.exe in CardTricks\SRC\helper_sources.zip
edit3: googling just taught me that
Pelles C supports Windows Mobile, i'll check it out (since i'm allergic to MS's Intellitype
)