This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#126 2010-10-24 16:38:40

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: SIMPL-DOS thread

Fiat500 wrote:

fire219 wrote:

Is no one interested in SIMPL-DOS?  sad

Of course we are!

It seems like no one stays interested for long, except me, meowmeow, and you.  sad


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#127 2010-10-25 12:51:44

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: SIMPL-DOS thread

I just got your email meow! Lets talk!

Offline

 

#128 2010-10-25 17:09:59

meowmeow55
Scratcher
Registered: 2008-12-24
Posts: 1000+

Re: SIMPL-DOS thread


Yawn.

Offline

 

#129 2010-10-26 19:29:52

Fiat500
Scratcher
Registered: 2009-11-28
Posts: 100+

Re: SIMPL-DOS thread

You really should Update the site to show me and WindozeNT in "The Team". Working on new, longer tour for 0.37.


http://picomol.de/ubuntu-oneiric-counter/234.png]
http://s09.flagcounter.com/count/eK/bg_244AB3/txt_FFFFFF/border_000000/columns_4/maxflags_8/viewers_Comet+Programming/labels_1/pageviews_1/

Offline

 

#130 2010-10-27 17:24:50

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: SIMPL-DOS thread

hey how can i give you the stuff i did? email?

Offline

 

#131 2010-10-27 19:33:56

WindozeNT
Scratcher
Registered: 2010-06-05
Posts: 1000+

Re: SIMPL-DOS thread

"The Team" page really should be updated by now. Anyways, I'm making an app called Microhard Windoze NT 72.5. It's a OS installation simulator. However, I'm starting to think the word "Windoze" is starting to get overrated?


http://i48.tinypic.com/rlyo80.png
Ever since Misc was killed, I've pretty much stopped going to Scratch Forums...

Offline

 

#132 2010-10-27 20:03:57

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: SIMPL-DOS thread

I keep meaning to update "The Team", but then I forget/am too lazy to do it.  lol

Is your app a built in app, like FileSnake, or a "SAM" app?


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#133 2010-10-28 17:05:30

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: SIMPL-DOS thread

Ok, I am finally updating "The Team". Also, I am making a Halloween themed version of SIMPL-DOS 0.36.1!


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#134 2010-10-28 22:13:20

banana500
Scratcher
Registered: 2009-09-06
Posts: 1000+

Re: SIMPL-DOS thread

fire219 wrote:

banana500 wrote:

fire219 wrote:


yes, it is a batch file, and that is VERY ironic, almost creepy.

If you still have it, does your failed DOS project work with spaces? The word processor in SIMPL-DOS crashes when you use spaces.  hmm

No, it didn't.

I quit it after the first if statement didn't work.

But if you want to create a truly powerful computer program, try Perl. It's better than C.

K.

I know Perl is powerful, but I have also heard it is VERY HARD to learn. I have just gotten good at BASIC, so Perl is probably a long way away for me. I will probably go C route, starting with, old, reliable, C.


(BTW, did you know Windows was made in C# and C++?)

No way. I knew it was made in some programming language though.  lol

I have a ton of Perl manuals at my house.  big_smile


http://i.imgur.com/jrCyB2r.gif
'Cause I'm NUMBER ONE.

Offline

 

#135 2010-10-29 17:34:13

WindozeNT
Scratcher
Registered: 2010-06-05
Posts: 1000+

Re: SIMPL-DOS thread

fire219 wrote:

I keep meaning to update "The Team", but then I forget/am too lazy to do it.  lol

Is your app a built in app, like FileSnake, or a "SAM" app?

It's programmed in batch script, it can run embedded in the SIMPL-DOS OS. What's a SAM app?


http://i48.tinypic.com/rlyo80.png
Ever since Misc was killed, I've pretty much stopped going to Scratch Forums...

Offline

 

#136 2010-10-29 17:36:20

Scratchthatguys
Scratcher
Registered: 2010-07-16
Posts: 1000+

Re: SIMPL-DOS thread

What if we made an extension (.SDOS) for SIMPL-DOS' scripts?

Offline

 

#137 2010-10-29 19:54:16

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: SIMPL-DOS thread

@Windoze  A SAM app is a external batch file, that can be used with SAM, which... Just look near the bottom of page 5 on this forum topic.

@ScratchTG That wouldn't work with the current code for SAM, but I just got a bright idea....


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#138 2010-10-29 20:54:28

WindozeNT
Scratcher
Registered: 2010-06-05
Posts: 1000+

Re: SIMPL-DOS thread

Then yes, it's a SAM.


http://i48.tinypic.com/rlyo80.png
Ever since Misc was killed, I've pretty much stopped going to Scratch Forums...

Offline

 

#139 2010-10-29 21:07:00

WindozeNT
Scratcher
Registered: 2010-06-05
Posts: 1000+

Re: SIMPL-DOS thread

I was trying to embed it as internal, but I had problems getting SIMPL-DOS to run it. I added the NTINST entry in the list of choices. When I typed it in, it said it wasn't a valid command.
This code was used to initiate the batch code that simulates an OS installer:

Code:

if"%choice%"=="NTINST" goto WINNTcom

I used this to identify the installer code:

Code:

:WINNTcom

And wrote the script for NTINST below the :WINNTcom identifyer.

Code:

REM This is sample code for WindozeNT's OS installer.
REM It is not the full code!!!!
cls
title Microhard Windoze NT 72.5 for DOS Setup
PING 0.0.0.0 -n 3 -w 1000 >NUL
echo Setup is checking your BIOS for a signature...
echo Found 1 signature(s)!
PING 0.0.0.0 -n 2 -w 1000 >NUL
cls
echo NTDETECT Checking Hardware...
PING 0.0.0.0 -n 5 -w 1000 >NUL
cls
PING 0.0.0.0 -n 2 -w 1000 >NUL
echo Creating RAM disk...
echo Copying install files to TEMP dir...
PING 0.0.0.0 -n 8 -w 1000 >NUL
echo Wasting your time...
PING 0.0.0.0 -n 5 -w 1000 >NUL
cls

Last edited by WindozeNT (2010-10-29 21:19:42)


http://i48.tinypic.com/rlyo80.png
Ever since Misc was killed, I've pretty much stopped going to Scratch Forums...

Offline

 

#140 2010-10-29 21:11:43

ihaveamac
Scratcher
Registered: 2007-09-22
Posts: 1000+

Re: SIMPL-DOS thread

Norton is being a pain and is saying the file is infected with WS.Reputation.1. That's not even a virus name.
http://dl.dropbox.com/u/11485779/Pictures/whatisupwithnorton.png


~ihaveamac - visit ihaveamac.net

Offline

 

#141 2010-10-29 21:25:42

WindozeNT
Scratcher
Registered: 2010-06-05
Posts: 1000+

Re: SIMPL-DOS thread

ihaveamac wrote:

Norton is being a pain and is saying the file is infected with WS.Reputation.1. That's not even a virus name.
http://dl.dropbox.com/u/11485779/Pictur … norton.png

This is how you fix it:
1. Uninstall Norton
2. Delete any traces of it
3. Get a real Virus Scanner
4. Never touch Norton again for the rest of your life
5. Complian to them that their software stinks
6. Try to run SIMPL-DOS again.
That, or your copy of Norton IS a virus in disguise.
I recommend NOD32, Spybot - Search & Destroy or AVG Free.

Last edited by WindozeNT (2010-11-06 17:10:24)


http://i48.tinypic.com/rlyo80.png
Ever since Misc was killed, I've pretty much stopped going to Scratch Forums...

Offline

 

#142 2010-10-30 08:09:36

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: SIMPL-DOS thread

@ Windoze's 2nd Post:  I see no problem with the code. "NTINST" sounds confusing, so  maybe you are typing it wrong. I had that problem at one point.

@iham Lol! Norton apparently is stupid. It calls it a "Network Threat", so I guess it detected some of the pinging code, or something. Or, maybe Symantec hates teen/pre teen programmers.  sad

@Windoze's 3rd post: I can't argue with those instructions! But, he got SIMPL from concat.jcshome.org, which is meowmeow55's website, so it isn't a fake version of SIMPL.


Everyone who uses Norton, before you open SIMPL-DOS, you might want to disable Norton. Norton seems to want to find nothing but problems with SIMPL. Bad Symantec!


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#143 2010-10-30 08:27:58

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: SIMPL-DOS thread

I don't use Norton

Offline

 

#144 2010-10-30 12:38:51

meowmeow55
Scratcher
Registered: 2008-12-24
Posts: 1000+

Re: SIMPL-DOS thread

WindozeNT wrote:

I was trying to embed it as internal, but I had problems getting SIMPL-DOS to run it. I added the NTINST entry in the list of choices. When I typed it in, it said it wasn't a valid command.
This code was used to initiate the batch code that simulates an OS installer:

Code:

if"%choice%"=="NTINST" goto WINNTcom

Maybe the problem is the fact that there's no space between if and "%choice%"?

Code:

if "%choice%"=="NTINST" goto WINNTcom

Yawn.

Offline

 

#145 2010-10-30 12:40:13

Aidan
Scratcher
Registered: 2007-06-15
Posts: 1000+

Offline

 

#146 2010-10-30 12:53:00

meowmeow55
Scratcher
Registered: 2008-12-24
Posts: 1000+

Re: SIMPL-DOS thread

Aidan wrote:

What is a DOS anyway?

DOS=Disk Operating System


Yawn.

Offline

 

#147 2010-10-30 14:59:17

cooljj100
Scratcher
Registered: 2009-10-10
Posts: 55

Re: SIMPL-DOS thread

can i join the SMPL-DOS team. I have some expeirence with this. And why do you have the the text editor in a different window?


Summertime is almost here!
My Stuff

Offline

 

#148 2010-10-30 15:47:23

Fiat500
Scratcher
Registered: 2009-11-28
Posts: 100+

Re: SIMPL-DOS thread

meowmeow55 wrote:

Aidan wrote:

What is a DOS anyway?

DOS=Disk Operating System

Disk Operating System was found afterwards, originally DOS= Dirty Operating System.

Last edited by Fiat500 (2010-10-30 15:47:59)


http://picomol.de/ubuntu-oneiric-counter/234.png]
http://s09.flagcounter.com/count/eK/bg_244AB3/txt_FFFFFF/border_000000/columns_4/maxflags_8/viewers_Comet+Programming/labels_1/pageviews_1/

Offline

 

#149 2010-10-30 15:48:49

Fiat500
Scratcher
Registered: 2009-11-28
Posts: 100+

Re: SIMPL-DOS thread

cooljj100 wrote:

can i join the SMPL-DOS team. I have some expeirence with this. And why do you have the the text editor in a different window?

You can run multiple apps at once.


http://picomol.de/ubuntu-oneiric-counter/234.png]
http://s09.flagcounter.com/count/eK/bg_244AB3/txt_FFFFFF/border_000000/columns_4/maxflags_8/viewers_Comet+Programming/labels_1/pageviews_1/

Offline

 

#150 2010-10-30 15:55:28

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: SIMPL-DOS thread

@cooljj Fiat is right about the text editor. If you need anymore reasons, ask meowmeow55. It was his idea in the first place!  wink  Also, I will consider letting you join the team.


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

Board footer