@soft Maybe.
bump. 0.38.5 is out! http://www.simpldos.webs.com/apps/blog (Use the links in the blog post)
Offline
fire219 wrote:
@soft Maybe.
bump. 0.38.5 is out! http://www.simpldos.webs.com/apps/blog (Use the links in the blog post)
AHEM.
^use permalinks like that one, don't just link to the blog index
Offline
News time!
Meowmeow55, ProgrammingFreak, and I are starting work on a big milestone for SIMPL-DOS: making it bootable! This will probably take awhile, but if we succeed, the result will be SIMPL outside a tiny terminal window!
Offline
fire219 wrote:
News time!
Meowmeow55, ProgrammingFreak, and I are starting work on a big milestone for SIMPL-DOS: making it bootable! This will probably take awhile, but if we succeed, the result will be SIMPL outside a tiny terminal window!
so i'm still in? I have some great ideas!
SIMPLnotes - A easy way to keep your notes!
mySiMPLE account - A way to have access to special stuff.
chatBOT - still thinking about this one...
Offline
fire219 wrote:
@Windoze Maybe. If you can show me an good example of your idea, we might do it as a SAM app.
Speaking of him showing us stuff, why don't you join the Hamachi network, Windoze?
Offline
Even more news!
The SIMPL-DOS Christmas Special Edition is out! Just like the HWSE, the CSE has many hidden holiday easter eggs! Try to find them all! http://simpldos.webs.com/apps/blog/show … -released-
EXE: http://concat.jcshome.org/SIMPL-DOS/SIMPL-DOS_CSE.exe
source: http://concat.jcshome.org/SIMPL-DOS/SIMPL-DOS_CSE.bat
Last edited by fire219 (2010-12-24 15:35:14)
Offline
fire219 wrote:
Even more news!
The SIMPL-DOS Christmas Special Edition is out! Just like the HWSE, the CSE has many hidden holiday easter eggs! Try to find them all!
EXE: http://concat.jcshome.org/SIMPL-DOS/SIMPL-DOS_CSE.exe
source: http://concat.jcshome.org/SIMPL-DOS/SIMPL-DOS_CSE.bat
mm5 told me to post
Offline
I replied to your message to me on the SIMPL-DOS site, Windoze.
Offline
An upgrade to programming freaks calculator:
echo ------------------------
echo List of Calculations
echo ------------------------
echo.
echo +=+
echo -=-
echo /=/
echo *=x
echo.
echo.
echo.
echo Enter Calculation
echo.
echo.
echo.
set /p sum=
set /a ans=%sum%
echo.
echo = %ans%
Please add this in the next version
OB6160

Offline
Also a site selector:
echo ***************************************************************
echo.
echo Site Selector
echo.
echo ***************************************************************
echo.
echo Key: [1] Google - Search Engine
echo [2] Hotmail - Mail Server
echo [3] Yahoo - Search Engine/Mail Server
echo [4] Facebook - Social Networking
echo [5] Myspace - Social Networking
echo [6] CNN - News
echo [7] Weather - Weather
echo [8] WikiHow - A How-To Website
echo [9] Instructables - A How-To Website
echo [10] YouTube - Online Videos
echo [11] Answers - Online Encyclopedia
echo [12] Wikipedia - Online Encyclopedia
echo.
echo [e] Exit
echo.
echo ***************************************************************
echo Enter the number of the website which you would like to go to:
echo.
set /p udefine=
echo.
echo ***************************************************************
if %udefine%==1 start www.google.com
if %udefine%==2 start www.hotmail.com
if %udefine%==3 start www.yahoo.com
if %udefine%==4 start www.facebook.com
if %udefine%==5 start www.myspace.com
if %udefine%==6 start www.cnn.com
if %udefine%==7 start www.weather.com
if %udefine%==7 start www.wikihow.com
if %udefine%==9 start www.instructables.com
if %udefine%==10 start www.youtube.com
if %udefine%==11 start www.answers.com
if %udefine%==12 start www.wikipedia.com
if %udefine%==e goto exit
:exit
goto newcom

Offline
ob6160 wrote:
I ran dos in a virtual machine and ran simpl-dos inside it
![]()
That is almost exactly what we are doing. We are booting the FreeDOS kernel, which then starts SIMPL. I have this working, but SIMPL isn't responding to the keyboard, and some of the batch commands in SIMPL are incompatible with FreeDOS.
As for the two programs, I don't see how the calc is an upgrade, it is actually confusing. We might add the website selector as an extension of the Website Opener.
Offline
fire219 wrote:
ob6160 wrote:
I ran dos in a virtual machine and ran simpl-dos inside it
![]()
That is almost exactly what we are doing. We are booting the FreeDOS kernel, which then starts SIMPL. I have this working, but SIMPL isn't responding to the keyboard, and some of the batch commands in SIMPL are incompatible with FreeDOS.
As for the two programs, I don't see how the calc is an upgrade, it is actually confusing. We might add the website selector as an extension of the Website Opener.
I got the same problem.

Offline
Booting SIMPL status update:
We have figured out that both problems mentioned above are linked to each other. The keyboard problem is that the FreeDOS kernel doesn't understand "set /p choice", which is the first thing that SIMPL uses when started that requires user input. We have found a work around for this and (some of) the other commands that aren't working.
Offline
ob6160 wrote:
Also a site selector:
echo ***************************************************************
echo.
echo Site Selector
echo.
echo ***************************************************************
echo.
echo Key: [1] Google - Search Engine
echo [2] Hotmail - Mail Server
echo [3] Yahoo - Search Engine/Mail Server
echo [4] Facebook - Social Networking
echo [5] Myspace - Social Networking
echo [6] CNN - News
echo [7] Weather - Weather
echo [8] WikiHow - A How-To Website
echo [9] Instructables - A How-To Website
echo [10] YouTube - Online Videos
echo [11] Answers - Online Encyclopedia
echo [12] Wikipedia - Online Encyclopedia
echo.
echo [e] Exit
echo.
echo ***************************************************************
echo Enter the number of the website which you would like to go to:
echo.
set /p udefine=
echo.
echo ***************************************************************
if %udefine%==1 start www.google.com
if %udefine%==2 start www.hotmail.com
if %udefine%==3 start www.yahoo.com
if %udefine%==4 start www.facebook.com
if %udefine%==5 start www.myspace.com
if %udefine%==6 start www.cnn.com
if %udefine%==7 start www.weather.com
if %udefine%==7 start www.wikihow.com
if %udefine%==9 start www.instructables.com
if %udefine%==10 start www.youtube.com
if %udefine%==11 start www.answers.com
if %udefine%==12 start www.wikipedia.com
if %udefine%==e goto exit
:exit
goto newcom
Don't forget WIndozeNT Software's new site when it's uploaded (should be real soon): http://www.ntsoftware.webs.com/
Fire219: I left a new message regarding more ownership transfer stuff for EmulatorX.
Offline
fire219 wrote:
ob6160 wrote:
I ran dos in a virtual machine and ran simpl-dos inside it
![]()
That is almost exactly what we are doing. We are booting the FreeDOS kernel, which then starts SIMPL. I have this working, but SIMPL isn't responding to the keyboard, and some of the batch commands in SIMPL are incompatible with FreeDOS.
As for the two programs, I don't see how the calc is an upgrade, it is actually confusing. We might add the website selector as an extension of the Website Opener.
Good that we are using FreeDOS, because MS-DOS is still copyrighted.
Offline
Fiat500 wrote:
fire219 wrote:
ob6160 wrote:
I ran dos in a virtual machine and ran simpl-dos inside it
![]()
That is almost exactly what we are doing. We are booting the FreeDOS kernel, which then starts SIMPL. I have this working, but SIMPL isn't responding to the keyboard, and some of the batch commands in SIMPL are incompatible with FreeDOS.
As for the two programs, I don't see how the calc is an upgrade, it is actually confusing. We might add the website selector as an extension of the Website Opener.Good that we are using FreeDOS, because MS-DOS is still copyrighted.
Microsoft will hang on to MS-DOS until the end of time. Anyway, run Bootable SIMPL-DOS is no different than running a highly-interactive batch script in (Free-)DOS. I'm sure there's a way to get it running the way it should.
Offline