If the program exists, it needs to get the version from the disk (since that will be the most recent version). I figured it has to do with an if/else and fs.delete, but I am not sure how to use it properly.
Here is my disk/startup file:
print("Copying files...")
fs.copy("disk/file1", "file1")
fs.copy("disk/file2", "file2")
fs.copy("disk/file3", "file3")
fs.copy("disk/file4", "file4")
print("Copied programs.")
rs.setOutput("top", true") -- This is because I have a lamp above
Thanks ahead.












