Posted 23 November 2012 - 11:07 PM
Key:
Floppy1 = Floppy with data
Floppy2 = Floppy im trying to copy data to
Okay lets begin:
I'm trying to code a floppy1 to copy some programs on it to floppy2, so i can mass produce the data from floppy1 to other floppys to give around to people.
i don't know how to code labels, so when floppy1 transfers its data to floppy2, floppy2 gets a specific label, instead of it being "Floppy Disk".
I do know you can use "Label set <direction> <whateveryouwant>" but i want it so once floppy1 copies its data, floppy2 gets a specific label but in code, so the program executes it so automatically gets a label, as well as gets the stuff copied to it. So floppy2 gets the two programs + a specific label automatically.
I REALLY NEED HELP WITH THIS AND AM CLUELESS ON WHAT TO DO
Code for Floppy1 So Far: (Programs too) (Dont worry about "startuplock" and "Password" they are just there for reference, i need help with "startup" on floppy1 that actually copies stuff to floppy2)
Password: (Lock Program, what i want to copy to floppy2)
startuplock: (The actual startup program that will be copied to floppy2)
Please help, all I'm looking for is a code that can be used in a program that will execute the making a label
I hope i explained this well, and im sorry if i got confusing! Just wanted to give as much info as i could! Thanks for reading, PLEASE HELP!
P.S : ONLY FOCUS ON "startup" not on "startuplock" or "Password" !!!!! Thanks again!</whateveryouwant></direction>
Floppy1 = Floppy with data
Floppy2 = Floppy im trying to copy data to
Okay lets begin:
I'm trying to code a floppy1 to copy some programs on it to floppy2, so i can mass produce the data from floppy1 to other floppys to give around to people.
i don't know how to code labels, so when floppy1 transfers its data to floppy2, floppy2 gets a specific label, instead of it being "Floppy Disk".
I do know you can use "Label set <direction> <whateveryouwant>" but i want it so once floppy1 copies its data, floppy2 gets a specific label but in code, so the program executes it so automatically gets a label, as well as gets the stuff copied to it. So floppy2 gets the two programs + a specific label automatically.
I REALLY NEED HELP WITH THIS AND AM CLUELESS ON WHAT TO DO
Code for Floppy1 So Far: (Programs too) (Dont worry about "startuplock" and "Password" they are just there for reference, i need help with "startup" on floppy1 that actually copies stuff to floppy2)
Password: (Lock Program, what i want to copy to floppy2)
startuplock: (The actual startup program that will be copied to floppy2)
fs.copy("disk/Password","startup")
shell.run("startup")
startup: (Actual startup program on floppy1 that will copy the other two programs to floppy2)
fs.copy("disk/Password","disk2/Password")
fs.copy("disk/startuplock","disk2/startup)
Please help, all I'm looking for is a code that can be used in a program that will execute the making a label
I hope i explained this well, and im sorry if i got confusing! Just wanted to give as much info as i could! Thanks for reading, PLEASE HELP!
P.S : ONLY FOCUS ON "startup" not on "startuplock" or "Password" !!!!! Thanks again!</whateveryouwant></direction>