Posted 09 July 2015 - 08:19 AM
Ok, so I am trying to create a program which uses pastebin links to download other programs onto the computer. I've seen this method done with other programs, I just never actually saw the command to do so.
The command which I attempted to use was:
The error I got when I ran this program was "bios:339: [string "startup"]:1: unexpected symbol". I assume the unexpected symbol refers to the "~", but I am not sure. Any help would be much appreciated.
The command which I attempted to use was:
if fs.exists("<program name>") ~= then
shell.run("pastebin get <pastebin code> <program name>")
end
The error I got when I ran this program was "bios:339: [string "startup"]:1: unexpected symbol". I assume the unexpected symbol refers to the "~", but I am not sure. Any help would be much appreciated.