I just got your email meow! Lets talk!
Offline
hey how can i give you the stuff i did? email?
Offline
"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?
Offline
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.![]()
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.
I have a ton of Perl manuals at my house.

Offline
fire219 wrote:
I keep meaning to update "The Team", but then I forget/am too lazy to do it.
![]()
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?
Offline
What if we made an extension (.SDOS) for SIMPL-DOS' scripts?
Offline
@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....
Offline
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:
if"%choice%"=="NTINST" goto WINNTcom
I used this to identify the installer code:
:WINNTcom
And wrote the script for NTINST below the :WINNTcom identifyer.
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)
Offline
Norton is being a pain and is saying the file is infected with WS.Reputation.1. That's not even a virus name.
Offline
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)
Offline
@ 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.
@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!
Offline
I don't use Norton
Offline
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%"?
if "%choice%"=="NTINST" goto WINNTcom
Offline
What is a DOS anyway?
Offline
Aidan wrote:
What is a DOS anyway?
DOS=Disk Operating System
Offline