Posted 20 January 2013 - 01:51 PM
I am trying to make a part in my system that will update when you get past a password protection and after that will copy the program file on a floppy and replace the one currently running, but i cannot get passed the error of startup:185: expected string, string
I understand what the startup:185: is I am giving the segment of the code that I am trying to get happen.
I need it to take the input given by the user and put it in this.
fs.copy("disk/[Userinput Here!]", "startup")
I tried doing it this way.
fs.copy([["disk/]]..input..[[", "startup]])
that does not work with this one.
I understand what the startup:185: is I am giving the segment of the code that I am trying to get happen.
I need it to take the input given by the user and put it in this.
fs.copy("disk/[Userinput Here!]", "startup")
I tried doing it this way.
fs.copy([["disk/]]..input..[[", "startup]])
that does not work with this one.