Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --this program is used to ease the Apo Creation process for Developers using the tablet.
- local tArg = {...}
- local Command = tArg[1]
- if Command == "create_shortcut" then
- shell.run("",tArg[2],tArg[3],tArg[4])--runs shortcut creator
- elseif Command == "setAs" then
- settings.load(".settings")
- settings.set(tArg[2],tArg[3])
- settings.save(".settings")
- elseif Command == "help" then
- print("==Help==")
- print("> create_shortcut (displayname) (file) (imagepath) - creates shortcut on desktop, use 'blank' if you dont have a image for image path")
- print("> setAs (type) (path) - allows the set of a file to a certain os operation.")
- print("> install (path) (code) - allows user to use install systems for a item from pastebin")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement