require_power() if os_isWindows() then os_nohup('notepad') return "Notepad started." else os_nohup('gedit') return "GEdit started." end