onLoad = function()
local upload = getCommandLineArgs()
local nick, name, pass, ipserv = upload:match('7 (%w+)_(%w+), (%w+), (.+)')
newTask(function()
for o = 1, #startRs do
wait(5000)
local x = io.popen('start '..getPath('rs.exe')..' 7 '..startRs[o].nickname..', '..startRs[o].pass..', '..startRs[o].serverIp)
end
if nick and name then
--действие
end
end)
end