Re: [Freedos-devel] FreeDOS TUI Shell 0.1 has been Released

2018-07-13 Thread Ercan Ersoy
Since this is a TUI, it would be good to include a screenshot of it on your Github or GitLab sites. That way, people can see what it looks like, and decide if they want to try it out. Thanks, I added a screenshot on "README.md". Best regards, Ercan ---

Re: [Freedos-devel] FreeDOS TUI Shell 0.1 has been Released

2018-07-13 Thread Jim Hall
Since this is a TUI, it would be good to include a screenshot of it on your Github or GitLab sites. That way, people can see what it looks like, and decide if they want to try it out. On Fri, Jul 13, 2018, 9:57 AM Ercan Ersoy wrote: > > Hello, > > I have worked FreeDOS TUI Shell. > > FreeDOS T

[Freedos-devel] FreeDOS TUI Shell 0.1 has been Released

2018-07-13 Thread Ercan Ersoy
Hello, I have worked FreeDOS TUI Shell. FreeDOS TUI Shell is a TUI shell for FreeDOS. It includes file manager and run executable files. FreeDOS TUI Shell is "DOSSHELL.EXE" for FreeDOS. FreeDOS TUI Shell is licensed under GNU General Public License version 3. FreeDOS TUI Shell has written b

Re: [Freedos-devel] Good BASIC interpreter?

2018-07-13 Thread Jim Hall
Ah. I didn't check out the code to see. Thanks. On Fri, Jul 13, 2018, 7:44 AM Ralf Quint wrote: > On 7/12/2018 8:41 PM, Jim Hall wrote: > > There's also an "emulator" for GW-BASIC for Mac/Windows/Linux. You'd > > have to port to DOS, but that might be a good start. GPL 3 > > > > https://sourcefo

Re: [Freedos-devel] Good BASIC interpreter?

2018-07-13 Thread Ralf Quint
On 7/12/2018 8:41 PM, Jim Hall wrote: There's also an "emulator" for GW-BASIC for Mac/Windows/Linux. You'd have to port to DOS, but that might be a good start. GPL 3 https://sourceforge.net/projects/pcbasic/ While interesting in general, there is no easy way to "port" it to DOS, as it requires

Re: [Freedos-devel] Good BASIC interpreter?

2018-07-13 Thread Tom Ehlert
> If you can preserve COMMAND.COM syntax and add a BASIC-like > programming language behind it, that would make this an interesting > extended shell. Maybe an idea for an interested developer?​ actually microsoft had this idea as well. in 1995 when creating the windows NT command interpreter CM