require_power() if os_isWindows() then os_nohup('start cmd') -- this works! return "Command prompt started." else os_nohup('lxterminal') return "lxterminal started." end