A working Alpha…
I currently have a working Alpha version and a working command-line based client. Change logs to track progress will be released when we hit Beta.
Command Structure:
command->arguments->arguments->…->…
Example:
“kill->cmd.exe” would kill “cmd.exe”
“ls” would list the files in the current directory
“cd->My Documents” would change the current directory to My Documents
Command Area Prefix:
Dos has directory> (Example: C:\>_)
Linux/Unix/Mac have user@pc directory $ (Example: moo@moo’spc /boot/$_)
RSE has user@server directory $ (Example: m00@mooserv C:\$_)
Basically, a Linux/Unix/Mac layout and some Linux/Unix/Mac commands in a Windows System. Think of RSE as a remote CygWin that doesn’t run Linux apps but can use all of Window’s hard drives and files.