>Now...will this allow my application to be multiple booted on a server? This >is the big request and I have been assuming that the "Application is Busy" >message is because the resource fork is open. Is there another step to >getting a multiple boot application? Unfortunately, this I don't know. I've only launched an app across a network once, by accident, and I force-quit it before it could get to the splash screen. Any way about it, your application's resource fork is open; that's why you can load resources stored inside the app in the first place. Perhaps network booting opens the app in read-only mode, or something; I'm not sure. -Mars