Posted 22 September 2014 - 02:57 AM
I've opened the files, tried to recreate, but I still don't understand:
1.lua (Lua Prompt of CC, not the Language)
I asked for Lua before the MultiShell, and the Explanation Given don't make any sense for me
For example: I get by a = read() the string "derp", and now my program need to run derp(). How?
2.multishell (Both API and Program of the MultiTask)
I'm making a RedNet Application Suite, based on rewrites of old programs and new ones made by myself. And I want a Custom MultiTask System.
My Idea is: Create a like-Default version of CC MultiTask BUT I run the "fg/bg" as "fg/bg <program> <tabname>", and show in the Tab <tabname>. I already have a Pre-Script made for this and I will transform the "fg/bg" in API Functions, but I need a Help with it… And about the ProgramToAPI part, I made this with Pastebin Program such as Others (Inclusive the "fg/bg"!)
1.lua (Lua Prompt of CC, not the Language)
I asked for Lua before the MultiShell, and the Explanation Given don't make any sense for me
For example: I get by a = read() the string "derp", and now my program need to run derp(). How?
2.multishell (Both API and Program of the MultiTask)
I'm making a RedNet Application Suite, based on rewrites of old programs and new ones made by myself. And I want a Custom MultiTask System.
My Idea is: Create a like-Default version of CC MultiTask BUT I run the "fg/bg" as "fg/bg <program> <tabname>", and show in the Tab <tabname>. I already have a Pre-Script made for this and I will transform the "fg/bg" in API Functions, but I need a Help with it… And about the ProgramToAPI part, I made this with Pastebin Program such as Others (Inclusive the "fg/bg"!)
Edited on 22 September 2014 - 01:00 AM