Posted 05 August 2013 - 06:17 PM
Hello Another Random Program!,
File Backup Creator, Please Test It!
File Backup Creator, Please Test It!
--[[ File Backup Creator ]]--
-- Create's a Backup To a Disk!
-- Must Have a Disk Drive With a Disk Beside The Computer!
--[[ Functions ]]--
-- No Function's!
--[[ Code ]]--
print("File Backup Creator")
print("1.0")
print("Enter The Name Of The File You Want To Create a Backup Of")
input = read()
write("File: ")
fs.copy("..input..", disk/"..input..")
end