Basically, I am trying to set up a program that can install other programs on the main disk of the computer. The way I have tried so far is to have an init.lua file on the floppy that will copy everything on the /Files/ folder to the main HD. If you want to see my code click HERE. What I want is some way to get my address and find a hard drive to install to. In the log when there is no hard drive it still logs 2 filesystem components, my self and something else that I can't find on the computer. What is this and how do I find the hard drive? Right now to find the floppy installing the program is to have a file called "notme" which basically means "do not install to me" and then that would be me. Then I search for any other file on the computer and copy my files, which right now is just a program that continuously beeps, there. I would really like some help!
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Basically, I am trying to set up a program that can install other programs on the main disk of the computer. The way I have tried so far is to have an init.lua file on the floppy that will copy everything on the /Files/ folder to the main HD. If you want to see my code click HERE. What I want is some way to get my address and find a hard drive to install to. In the log when there is no hard drive it still logs 2 filesystem components, my self and something else that I can't find on the computer. What is this and how do I find the hard drive? Right now to find the floppy installing the program is to have a file called "notme" which basically means "do not install to me" and then that would be me. Then I search for any other file on the computer and copy my files, which right now is just a program that continuously beeps, there. I would really like some help!
Link to post
Share on other sites