require_power()
if os_isWindows() then
os_nohup('notepad')
return "Notepad started."
else
os_nohup('gedit')
return "GEdit started."
end
Began life as a copy of #246
test run test run with input download show line numbers
Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Recognizer | Recognition Result | Visualize | Recalc |
|---|---|---|---|
| #308 | 154 | [visualize] |
| Snippet ID: | #251 |
| Snippet name: | Open text editor |
| Eternal ID of this version: | #251/1 |
| Text MD5: | ab1c6ecaa54e70b567fd9c1d399e03c8 |
| Author: | stefan |
| Category: | Windows+Linux snippets |
| Type: | Lua code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2014-03-14 10:18:01 |
| Source code size: | 154 bytes / 9 lines |
| Pitched / IR pitched: | Yes / Yes |
| Views / Downloads: | 1113 / 283 |
| Referenced in: | #240 - Master chat tree #3000238 - Answer for stefanreich (>> t power bot) #3000382 - Answer for ferdie (>> t = 1, f = 0) |