View Single Post
  #91  
Old 17-10-2016, 19:00
ChronoCross's Avatar
ChronoCross ChronoCross is offline
Registered User
 
Join Date: Sep 2014
Location: Acacia Dragons
Posts: 254
Thanks: 145
Thanked 203 Times in 115 Posts
ChronoCross is on a distinguished road
i cleaning the code
Quote:
onProgramStart(function ()
f = io.open(command.arcname, "wb")
f1 = io.open("data.part1", "rb")
f2 = io.open("data.part2", "rb")
f3 = io.open("data.part3", "rb")
f4 = f1:read("*all")..f2:read("*all")..f3:read("*all")
t = io.output (f:write(f4))
f:close()
end)
Reply With Quote
The Following User Says Thank You to ChronoCross For This Useful Post:
gozarck (18-10-2016)
Sponsored Links