Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os.start() - doesn't exist? #9

Closed
DennisDyallo opened this issue Apr 4, 2017 · 2 comments
Closed

os.start() - doesn't exist? #9

DennisDyallo opened this issue Apr 4, 2017 · 2 comments

Comments

@DennisDyallo
Copy link

In your section for the lua "os library" you say we can use os.start()
But I cant find anything about os.start() on the internet.

How can I fire and forget an executable from the remote?
https://github.com/unifiedremote/Docs/blob/master/libs/os.md#osstart-command-arg1-arg2--

@pqvst
Copy link
Contributor

pqvst commented Apr 5, 2017

The reason you can't find anything on the internet is because os.start() is a special function added by Unified Remote - it is not a standard Lua os function.

Yes, you can use it fire and forget. Have a look at this example:
https://github.com/unifiedremote/Remotes/blob/master/Examples/Run/remote.lua

@pqvst pqvst closed this as completed Apr 5, 2017
@DennisDyallo
Copy link
Author

Okay, thanks. Sorry! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants