| Reset00 |
|
![]() |
|
OK now, let's get one thing straight this is the Best Dos Page on the
internet! and I'm not the author.
Continued adaptation of original by Claudio Colitti.
Free translations: copy the URL
of this page and click on one of these links!
Italian,
Norwegian, Portuguese, French, German,
Russian, Spanish, Arabic, Thai.
DR-DOS FIRST VERSION: PREPARE
THE DR-DOS MASTER FLOPPY
OK! This is the MAP of the
TREASURE!
DR-DOS is freeware
for not commercial uses. So you can download it from this very fine site:
http://www.8ung.at/dos/download.htm
(be careful: file's size is over 6 MB). Put it in a directory and click on
dr703.exe (or newer versions if the number changes) and you will obtain the
extraction of the compressed files in the same directory: if you can, install
DR-DOS in your computer, but if you can't there is no problem to make your
DR-DOS floppy disk!
To install the DR-DOS boot files (command.com, ibmbio.com, ibmdos.com) depends from which operating system you are
working:
| DR-DOS | type at the prompt sys a: |
| MS-DOS | download
ftp://ftp.lineo.com/pub/drdos/DR-DOS.703/images/disk01.144,
ftp://ftp.lineo.com/pub/drdos/DR-DOS.703/images/diskcopy.com,
and type at the prompt diskcopy disk01.144 a: |
| Linux/Unix | download
ftp://ftp.lineo.com/pub/drdos/DR-DOS.703/images/disk01.144,
and type at the prompt dd if=disk01.144 of=/dev/fd0 |
| Windows | go in this very fine site: http://www.bootdisk.com/. Click on DrDOS 7.X or similar. You'll download a file called drdflash.exe. Then click on drdflash.exe. |
After the process you'll have a true DR-DOS boot
floppy disk with the boot files
command.com,
ibmbio.com,
ibmdos.com,
(and other files if you used disk01.144 or drdflash.exe).
One of the boot files
created by disk01.144 or drdflash.exe is automatically executed to install DR-DOS
to the hard drive in the computer on boot up with this disk. Delete this file called
autoexec.bat and the one called
config.sys from your new DR-DOS boot disk. Then copy
all of the remaining files to a directory on your hard drive to use some of them
later. Once you have a copy of all of the remaining DR-DOS files,
delete the other files from the floppy. I'll give you the right files after.
Now you have your DR-DOS bootable floppy disk!
Continue this work: go in the directory where you leaved DR-DOS and copy these files into the floppy disk: himem.sys, vdisk.sys, drmouse.com, nwcdex.exe, sys.com, ibmbio.com and ibmdos.com.
You have already copied
ibmbio.com and ibmdos.com when you have made the bootable floppy disk, but those
files are hidden and not easily usable for the sys.com command. The same files
in the DR-DOS directory are visible.
Now you can delete the DR-DOS files from your hard drive or save them
in case you would like to use them later.
Why this tortuous path? This is because if
you are in Windows, Linux, MS-DOS, etcetera, and you try to use some DR-DOS
commands, they go in conflict with the commands of the other operating system ;-)
Find the differences between one of the MS-DOS
latest version (not freeware for all the uses...) and DR-DOS latest version
(freeware for not commercial uses):
| Microsoft
Win95 MS-DOS 7.10 boot files command.com 93.9 KB io.sys 209 KB msdos.sys 0 Bytes drivers
|
Caldera
DR-DOS 7.03 boot files command.com 65.2 KB ibmbio.com 24.2 KB ibmdos.com 30.1 KB drivers
|
If you want, feel free to delete drmouse.com
changing it with cutemouse. You can find this fine driver in this webpage: http://cutemouse.sourceforge.net/.
Unpack it in Windows and put the driver in your language directly in the DR-DOS
floppy.
drmouse.com 17.1 KB |
ctmouse.exe 4.65 KB |
Ok, where is the swindle? Effectively, DR-DOS is
not 100% compatible with MS-DOS. So, some programs may don't work on DR-DOS (an
example is the tree.bat made for MS-DOS: the options in
dir %1 /s/ad/b/on are not well read).
Now add the text editor.
In the extracted files there is the DR-DOS Edit, but it is worse than MS-DOS Edit!!! DR-DOS Edit size is over 100 KB, it is poor in functions, and if you try to read (only read) a file from the CD appear the message "Disk error - Disk is physically write protected". So use another freeware editor, small and much better than DR-DOS Edit, starting from 4 KB to above! You can find what you need in this fine page: http://members.home.net/rlgreen2/txted01.htm.
If you want, feel free to delete nwcdex.exe
changing it with shsucdx.exe. You can find this fine driver in this webpage:
http://www.shsu.edu/~csc_jhm/.
mscdex.exe 24.8 KB |
nwcdex.exe 21.2 KB |
shsucdx.exe 15.3 KB |
Unpack it in Windows and put the driver
shsucdx.exe directly in the DR-DOS floppy as it is.
| Caldera DR-DOS
before the cure boot files command.com 65.2 KB ibmbio.com 24.2 KB ibmdos.com 30.1 KB drivers
|
Caldera DR-DOS
after the cure boot files command.com 65.2 KB ibmbio.com 24.2 KB ibmdos.com 30.1 KB drivers
|
For CD driver I use a driver called vide-cdd.sys, capable to work with almost all the IDE CD
devices:
vide-cdd.sys 10.9 KB |
ftp://ftp.acercm-eu.com/cd-rom/drivers/apicd214.exe |
Unpack the zipped file (full with other files) and put the driver as is in the floppy.
These are the modified autoexec.bat and config.sys to use shsucdx.exe and vide-cdd.sys with DR-DOS:
config.sys:
devicehigh=a:\himem.sys
devicehigh=a:\vdisk.sys 8192 /e
devicehigh=
a:\vide-cdd.sys /d:ananas /L:US /P:1F0,14 /P:170,15 /P:1E8,12 /P:168,10
autoexec.bat:
a:\shsucdx.exe /d:ananas,d,,1
a:\ctmouse.exe
And this is the start.bat you'll use to install all the floppy in ramdisk ( copy *.* %1:\) and to move the operating system control from the command.com in the floppy to the command.com copied in ramdisk ( set comspec=%1:\command.com).
start.bat
@echo off
if not "%1"=="" goto start
echo ***** DR-DOS: type
the drive letter of the volume called "VDISK".
****
echo ***** MS-DOS: type
the drive letter of the volume called "MS-RAMDRIVE". ****
echo ***** Letters before
ramdisk: HARD DISKS - After ramdisk: may be CD-ROM ****
vol c:
vol d:
vol e:
vol f:
vol g:
vol h:
echo
****************************************************************************
goto end
:start
copy *.* %1:\
%1:
set comspec=%1:\command.com
set path=%1:\
:end
Use: start [x]
Type start to know the ramdisk letter, and
start with the ramdisk letter only (for example: start c) to install the
programs in ramdisk.
Ok? Now you have your master DR-DOS floppy!
If you will make another bootable DR-DOS floppy disk you only turn on the computer with the master floppy inside, copy all the floppy in ramdisk, change the master floppy with one clean, and from the ramdisk give the command sys a:. And you'll obtain the bootable floppy disk you desire!!!
Do you want two bootable DR-DOS
floppy disks? Change again the floppy with one clean and type again from the
ramdisk the command sys a:. And you'll obtain the
other bootable DR-DOS floppy disk!!! You can do all the bootable DR-DOS floppy
disk you desire!!!
HOW TO MAKE A 1.72 MB BOOTABLE DR-DOS FLOPPY DISK
It's easy (if you know how to do it). Download and
unzip this very precious brick and put it directly in the Master DR-DOS floppy
as it is:
Superformat2_7.exe 36.1 KB |
http://www.geocities.com/disk_operative_system/sformat.zip |
1) Reboot the computer with the Master DR-DOS floppy disk and give the command superf~1.exe, change the master floppy with one clean, follow the instruction and you'll obtain a true (not zipped) 1.72 MB floppy disk!!!
2) Give the command sys a: and you'll have your first 1.72 MB DR-DOS bootable floppy disk!!! Your floppy is usable also from Windows, MS-DOS, etcetera... But they can't make bootable a 1.72 MB floppy disk...
Ok. You have finished.
Now I've many, many bootable 1.72 MB DR-DOS
floppy disks near the computer, and I hope you too. So we can do many, many
experiments!
ADD THE BROWSER
Because this first version is also used for the "children challenge professionals" I give you immediately the input for the browser.
Go in this very fine site and download the latest DOS version of the browser arachne: http://arachne.cz/. Put it directly in one of your 1.72 DR-DOS floppy as it is.
Now add the following drivers in the floppy as they are:
drivers
himem.sys 14.4 KB
vdisk.sys 3.98 KB
ctmouse.exe 4.65 KB
shsucdx.exe 15.3 KB
vide-cdd.sys 10.9 KB
Add the following files:
config.sys
dos=high
devicehigh=a:\himem.sys
devicehigh=a:\vdisk.sys 10240 /e
devicehigh=a:\vide-cdd.sys
/d:ananas /L:US /P:1F0,14 /P:170,15 /P:1E8,12 /P:168,10
autoexec.bat
@a:\shsucdx.exe /d:ananas,d,,1
@a:\ctmouse.exe
start.bat
@echo off
if not "%1"=="" goto start
echo ***** DR-DOS:
type the drive letter of the volume called "VDISK".
****
echo ***** MS-DOS: type
the drive letter of the volume called "MS-RAMDRIVE". ****
echo ***** Letters
before ramdisk: HARD DISKS - After ramdisk: may be CD-ROM ****
vol c:
vol d:
vol e:
vol f:
vol g:
vol h:
echo
****************************************************************************
goto end
:start
copy *.* %1:\
%1:
set comspec=%1:\command.com
set path=%1:\
archn170.exe
:end
Now start your computer with the floppy inside the drive. Type at the prompt the command start. Find the ramdisk letter and then type the start complete. The installation of the browser will start immediately after the installation of the rest of the floppy. Follow the instructions and be careful at the second question if you have an hard disk in your computer. When you have finished, you'll have a true graphic browser in ramdisk!
And you still have over 500 KB free in your 1.72 MB floppy for your next experiments!!!
:-) :-) :-) :-) :-) :-) :-) :-) :-) :-) :-) :-)
After the installation of the browser you can save your internet provider configurations copying a file called arachne.cfg in the floppy. This file is present in the directory \arachne.
I council you to zip the file arachne.cfg because
its size is ~4.59 KB (zipped is ~2.46 kb).
This is the secret for a full, complete, well
prepared "webfloppy", preconfigured with the telephone number, and the other
provider data, plus other things: during the installation arachne don't
overwrite the file arachne.cfg.
Make a directory called \arachne. Unzip and put here the arachne.cfg file. Then start with the browser installation and type manually the right path. It's easy.
Follows there is an example of start.bat with this
kind of installation.
"CHILDREN CHALLENGE PROFESSIONALS" !
For this you'll must use elaborated bricks (the
inverse of bricks as they are...). It is not so easy to win against
professionals, and you must work a lot.
Make your 1.72 MB DR-DOS bootable floppy disk
(read before how to do it) and add the following drivers as
they are:
drivers
himem.sys 14.4 KB
vdisk.sys 3.98 KB
ctmouse.exe 4.65 KB
shsucdx.exe 15.3 KB
vide-cdd.sys 10.9 KB
Start from here if you don't know how to do it.
After you need pkzip suite version 2.50. You will find this suite in this fine site: http://www.pkware.com/shareware/pkzip250dos.html. Read well the legals before to use it out of your private. Then take from the pkzip suite a file called pkunzjr.com (2.84 KB) and put it in the floppy as it is.
Go in this very fine site and download the latest
DOS version of the browser arachne:
http://arachne.cz/.
Then zip it using your Windows zip program (or pkzip.exe typing at the DOS
prompt:
pkzip archn170.zip
archn170.exe exx).
In this way you reduct the arachne size from 988 KB to 972 KB. Put archn170.zip in your 1.72 MB floppy.
Second you need to download a DOS GUI called Desktop2. You will find this GUI in this very fine site: http://wwwisg.cs.uni-magdeburg.de/~fritter/Desktop.html.
Unzip it and delete the directory called Dbd_aico. Then zip the rest of the program and put it with the same name in the floppy. You must delete the Dbd_aico directory (containing only supplemental icons):
config.sys
dos=high
switches=/f
devicehigh=a:\himem.sys
devicehigh=a:\vdisk.sys 10240 /e
devicehigh=a:\vide-cdd.sys /d:ananas /L:US /P:1F0,14 /P:170,15 /P:1E8,12 /P:168,10
LASTDRIVE=M
autoexec.bat
@a:\shsucdx.exe /d:ananas,d,,1
@a:\ctmouse.exe
start.bat
@echo off
if not "%1"=="" goto start
echo *****
DR-DOS: type the drive letter of the volume called "VDISK".
****
echo ***** MS-DOS: type
the drive letter of the volume called "MS-RAMDRIVE". ****
echo *****
Letters before ramdisk: HARD DISKS - After ramdisk: may be CD-ROM
****
vol c:
vol d:
vol e:
vol f:
vol g:
vol h:
echo
****************************************************************************
goto end
:start
md %1:\dsk2
md %1:\dsk2\temp
md %1:\dsk2\arachne
copy *.* %1:\dsk2
%1:
cd dsk2
set comspec=%1:\dsk2\command.com
set path=%1:\dsk2;%1:\dsk2\arachne
set temp=%1:\dsk2\temp
pkunzjr archn170.zip %1:\dsk2\temp\
pkunzjr desktop2.zip %1:\dsk2\temp\
pkunzjr arachne.zip %1:\dsk2\arachne\
cd temp
rem now this line will install desktop2
install
:end
Please note that pkunzjr needs to have the \ at
the end of the last directory or it don't read the last name as
directory.
Ok. In this way the operating
system runs ONLY inside the directory dsk2, without to change any data in your
Pc if you however make an error installing it in an hard disk.
You also can use this "sleeping" operating system
in your hard disk calling it with an easy bootable floppy, with this line in the floppy
config.sys:
shell=c:\dsk2\command.com c:\dsk2 /e:512/p
However, you must don't have a directory called dsk2 in your hard disk...
Desktop install screen has as
default the drive c:. If you use it in a computer with hard disks YOU MUST
MANUALLY CHANGE THE DRIVE LETTER and TAKE OFF THE INSTALLATION INTO THE
AUTOEXEC.BAT (it adds dsk2 in the path) in the Desktop install screen to not
write any data in your hard disk!
This is the typical dangerous installation
for the children...
If you have made all well this will be your
floppy:
| boot files
command.com 65.2 KB ibmbio.com 24.2 KB ibmdos.com 30.1 KB drivers
|
principal programs
config.sys 178 Bytes autoexec.bat 59 Bytes start.bat 692 Bytes compression programs
zipped programs
|
Don't exceed the 1.72 floppy size or the floppy will don't work (and you'll must repeat all the procedure again). This is the only limitation using a bootable 1.72 DR-DOS floppy disk: if you copy a file bigger than the space on the floppy the copy is stopped. But your floppy has now some files corrupted. Please, be patience.
All the space problems in Vdisk between Arachne and Desktop2 are solved if:
Well. I told all. I think Dan Hildebrand of QNX
will be satisfied for this work for the children and the poor of the world (he's
dead some years ago): the discovery of a new property of an operating system,
the easy path for the assembly of very complex things like a web browser or a
GUI, their installation.
And all at the children's level. And all after
only 6 easy lessons of around 30 minutes each!
:-) :-) :-) :-) :-) :-) :-) :-) :-) :-) :-) :-)
HOW TO FIND OTHER FREE
KB
Is your floppy at the end of its space? Don't worry!
There is a possibility to find other free KB zipping some drivers. Not all
the drivers can be zipped, but two or three of them can be loaded after
the boot time. Usually you use them in autoexec.bat, but you can zip and
use them apart, for example in start.bat!!!
shsucdx.exe is one of these driver
you can zip and use after the boot time. Simply zip it and put it in the
floppy as it is (delete shsucdx.exe...). This is your advantage (or the reward
of your work!): |
| Caldera DR-DOS before the cure boot
files drivers
|
Caldera DR-DOS after the first cure boot
files drivers
|
Caldera DR-DOS after the second cure boot
files drivers
|
You can do it with the other .com .exe drivers, but be careful if you use one of these before to use start.bat. Because config.sys is equal to the precedent, I'll give you only the corrected autoexec.bat and start.bat:
autoexec.bat
@a:\ctmouse.exe
@echo
Your CD will be activated with start, during the floppy installation in ramdisk.
start.bat
@echo off
if not "%1"=="" goto start
echo
***** DR-DOS: type the drive letter of the volume called "VDISK". ****
echo ***** MS-DOS: type
the drive letter of the volume called "MS-RAMDRIVE". ****
echo ***** Letters before
ramdisk: HARD DISKS - After ramdisk: may be CD-ROM ****
vol c:
vol d:
vol e:
vol f:
vol g:
vol h:
echo
****************************************************************************
goto end
:start
md %1:\dsk2
md %1:\dsk2\temp
copy *.* %1:\dsk2
%1:
cd dsk2
set comspec=%1:\dsk2\command.com
set
path=%1:\dsk2;%1:\dsk2\arachne
set temp=%1:\dsk2\temp
pkunzjr shsucdx.zip
shsucdx.exe /d:ananas,d,,1
pkunzjr archn170.zip
%1:\dsk2\temp\
pkunzjr desktop2.zip
%1:\dsk2\temp\
pkunzjr arachne.zip
%1:\dsk2\arachne\
cd temp
rem now this line will
install desktop2
install
:end
HOW TO OPTIMIZE THE SPACE
Computers memorize data in packages: every disk is
divided in parts of equal numbers of bytes called CLUSTERS. Your 1.72 MB floppy
disk uses 512 bytes cluster. When you save an autoexec.bat of 575 bytes the
computer put the first 512 bytes in a cluster, and the following 63 bytes in the
second cluster. The next program don't start at the end of the second cluster,
but at a new cluster. So a computer squanders its memory in a torrent of unused
(or misused) not empty cluster. Sorry.
To
use better this unused space, fill the file to arrive at the end of the cluster.
The free space described by the command dir will remain equal (it change only if
you use or delete an entire cluster), but you will have more data for your
work.
And now a practical experience. Change this:
autoexec.bat
@a:\ctmouse.exe
@echo Your CD will be
activated with start, during the floppy installation in ramdisk.
to give a bit of professionalism at your DOS
screen. It's easy. Load two files: files are ansi.com (replacement)
http://simtel.mirror.stop.hu/msdos/desqview/dnansi.zip
, and the tempus1 batch suite
http://members.aol.com/sfreckles/mdrnrock2/sounds/tempus1.zip.
Unzip dnansi.zip and put the file ansi.com directly in the floppy as it
is.
ansi.sys 9.50 KB |
ansi.com 1.80KB |
Then unzip tempus1.zip and choose the batch file you like from the Nicholas Metcalfe batch suite and put it directly in autoexec bat (with the ansi.com driver...). This is only an example on how to do it:
autoexec.bat
@a:\ansi.com
@a:\ctmouse.exe
@echo Your CD will be activated with start, during the floppy installation
in ramdisk.
@echo Tempus by
Nicholas Metcalfe
@PROMPT $E[1;37;42m$E[s$E[H$E[K Windows 95 $P$E[0;60H$T$h$h$h$h$h$h
$D$E[u$E[0;37;40m$P$E[0;32;40m$E[0;37;40m
When you have finished, turn off and turn
on your computer, and see your new professional look... And remember that
your autoexec.bat still have other FREE space!
If you don't like a professional screen and
you like a joke screen go here and download bart.zip a very fine batch file
that you can find here:
http://simtel.mirror.stop.hu/msdos/sysutl/bart.zip.
Once it is unzipped, type bart.bat, or copy bart.bat into your autoexec.bat, or
change your autoexec.bat in this way:
autoexec.bat
@a:\ansi.com
@a:\ctmouse.exe
@echo Bart Simpson,
by Unknown Author
PROMPT=$e[1;33m3\/\/\/3$_3$e[6C3 _3
$e[;5;36m0 0$e[;1;33m)$_C$e[6C_)$_ 3 $e[;31m,__$e[1;33m3 Hey, dude!$_
3 / $e[m$P$G
Remember that the PROMPT variable MUST BE A LINE ONLY. DON'T cut it in two separate lines or the prompt will be damaged!
HOMEWORK FOR EXPERTS: try
to add the Bart effect at the professional effect seen before, try to
enlarge the screen using only ansi.com (like with the command: mode con
cols=80 lines=50), try to design Flowers instead of the Bart effect :-)
HOW TO OPTIMIZE THE SPACE: ONLY FOR THE CHALLENGE CHILDREN AGAINST PROFESSIONALS
It seems strange, but in particular conditions
himem.sys is not necessary, and your home-work children against professionals is
one of this particular conditions. Infact Desktop2 and Arachne can work without
himem.sys.
If you are novice don't try a thing like delete
himem.sys if you are not sure of your work!
When you start the arachne installation you must reply at
three question:
1) Yes
2) No
3) ramdisk letter:\dsk2\arachne
After this, type 2 at the next choice:
Choice 2. Disk (last choice)
that's ramdisk. The mode screen (VGA, CGA, etc.)
has no means. Use the mode you think to have.
Usually in this conditions arachne needs two attempts
before to start. If your first trying don't run, try again: search arachne.bat
in the arachne directory and use it to start arachne again. Then repeat your
choices. I assure you that arachne will start and you'll go in internet.
|
boot files
command.com 65.2 KB ibmbio.com 24.2 KB ibmdos.com 30.1 KB drivers
|
principal programs
config.sys 157 Bytes autoexec.bat 266 Bytes start.bat 803 Bytes compression programs>
secondary programs
|
This is the modified config.sys (without himem.sys):
config.sys
dos=high
switches=/f
devicehigh=a:\vdisk.sys
10240 /e
devicehigh=a:\vide-cdd.sys
/d:ananas /L:US /P:1F0,14 /P:170,15 /P:1E8,12 /P:168,10
LASTDRIVE=M
All the space problems in Vdisk between Arachne and Desktop2 are solved if:
I've tested this floppy configuration without
himem.sys on an old 486 50 MHz and a Pentium 166 MHz and all was ok. All was ok
in internet too. In the old computer I've only seen that the pages don't scroll
with fluidity as with himem.sys.
Puff!
Don't try to use this trick in other floppies: many bricks may have the
necessity of the work of himem.sys. Remember it!
Now you have 19456 Bytes for your... documents to save! In
DR-DOS, vdisk.sys can works well without himem.sys...
ADD A JAVA VIRTUAL MACHINE (JVM) IN YOUR FLOPPY
There are many JVM for DOS in the net that can be placed in a floppy:
Taurus JavaVM
is a "temporarily freeware" (since 1999, not updated) JVM for DOS and can be
found and downloaded in this fine site:
http://www.geocities.com/SiliconValley/Lab/6125/javavm/
.
There is a version 0.10a demo JVM for DOS that can
be placed (zipped) in 17066 Bytes (it is only a curiosity because you need to be
very expert to use it appropriately) and a true JVM version 0.16a for DOS (at the
60% of the commands) that can be placed (zipped) in 27948 Bytes!
EASy.VM is a freeware for
educational uses JVM for DOS and can be found and downloaded in this fine site:
http://www.jakom.de/Download.htm.
You must unpack the ~629 KB of bincode.zip and
find the directory bincode\easy\dos. Zip the files inside (or the entire
directory \dos) and you'll have a file of about 67.1 KB. If you need also the
communication functions go in bincode\servant\dos, copy all the files in
bincode\easy\dos, and zip all the directory. You'll obtain a zipped file of
about 112.7 KB.
Other JVMs for DOS can be found in the net, but usually they are big (over 500 KB). You can use them only if you change Desktop2 with a not graphic user interface like dc (Desktop Commander). For example:
KaffePC is a
freeware JVM for DOS and can be found and downloaded in this fine site: http://www.openje.org/kaffepc/docs/en/home.html.
ont>
This is a big zipped file in two
sizes: 570 KB or 679 KB.
A Java Virtual Machine is a bit difficult to use: you need to study what is Java. Use Google or another search engine to find courses about it.
SOUND WITHOUT SOUND CARD
Use this very small CDplayer:
Cdram.com 3.15 KB |
http://conecta2.dtdns.net/files/SONIDO |
In only 3.15 KB this TSR brick offers Previous (ALT-1), Rewind (ALT-2), Play/pause (ALT-3), Fast Forward (ALT-4), Next/Jump (ALT-5) and it is able to plays data CDROM with one or more audio tracks!!!
All the computers have a little speaker
inside (the beep you hear at the boot is made from this speaker). This is
the best Pc speaker player:
Sbplay.exe 133 KB |
http://members.pgonline.com/~jaball |
Councils: if you use it in a computer with a sound card and you want to hear the speaker, type at the DOS prompt set blaster=nosb , or the program may freeze if the sound card is unknown; if you use it in a DOS window, type set blaster=nosb and use the program in the same window, because the variable blaster is changed only in that DOS window.
Sbplay is able to play SND, VOC, WAV, AIF, IFF, RAW, some MAC files and .AU files, and the samples in (MOD) files at the last used frequency. But it is big, very big for a floppy.
Exist a possibility to hear also MIDI and MP3
files with the speaker (a sort of expanded Sbplay) using this Russian
brick:
Dss.exe 228 KB |
http://www.geocities.com/disk_operative_system/dir/dl/dss.zip |
Open the file Dss.ini with notepad (or your
editor) and write the number 8 after Device to activate the speaker:
[SoundDevice]
Device=8
I've tested it with MP3 files in a 50 MHz computer and it works well (on the speaker!) but it was not able to recognize the MIDI files used for the test. However this program is shareware or commercial and I don't know if it has an evaluation time.
Please, don't try to play a mp3 file from the
floppy disk! It is too slow... Load the mp3 file in RamDisk (it is better in the
same directory in which Dss is founded) before to hear it.
The littlest DOS WAV speaker player in the world
is:
lxvox.com 1.66 KB |
http://home.t-online.de/home/stefan.peichl |
But it fails, sometimes, playing too fast some WAV files in fast computers.
Exist another little WAV player with the speed
option:
nusound.com 4.51 KB |
http://www.funet.fi/pub/msdos/sound/sound/nusnd102.zip |
Council: I don't know if this software is still shareware, but Baggs Technologies permit an evaluation time I think of 30 days. Because the lessons are only 6, I think you can use all the shareware with this limitation in your class-room. But I'm not sure, and if you are not sure too, ask to the authors before to use it.
However it fails too, because the slow option has a little range with fast computers.
There is also this very little MIDI player for
speaker:
midiplay.com 19.0 KB |
http://members.aol.com/dosware/midiplay.zip |
The output is a bit complex because the program uses this algorithm: where two or more notes should be played simultaneously, midiplay plays the highest pitch one. This is good for easy MIDI, but you can't hear well a complex MIDI. It is pitying to see that this work is still isolate, especially for the very little size of the brick.
Computers can talk with the speaker with this very
fine brick:
tran.exe 47.0 KB |
http://www.geocities.com/disk_operative_system/dir/speech/tran.zip |
If you start the program at the prompt you can
write words, then press enter and hear what you have written from the speaker!
Or you can type a thing like:
tran
myletter.txt
and obtain the reading of all
the letter!!!
This program is not so good
in speed reproduction and it has a voice not so soft.
Why these programs are not dandle I don't know.
Probably this degradation is normal. Talk in your class about it!
HOW TO SOLVE SPEED REPRODUCTION
At the beginning the programmation was only the
maximum speed with the current computer. This happened when computers had a
speed of around 1 MHz. Now we have computers with a speed of around 1
GHz...
Because first programmers was too
busy to think at a speed optimizer, now we have a good quantity of freeware DOS
bricks with this little problem. So other programmers have written bricks to
slow these programs. I've chosen bricks capable to work properly with any speed,
but if you find a program with this little problem you can use this, a bit
complex, brick:
slowdown.com 9.60 KB |
http://www.geocities.com/disk_operative_system/dir/dl/slodn200.zip |
But I council you to use bricks like this only for
fun. If you find a program hard to use, don't use it. You will find another
brick without this problem.
LATEST COUNCILS FOR TEACHERS
Using the councils in this site (and the
councils in other educational sites), in a week or two of practice, every
teacher will be able to make his/her PERSONAL course. I prefer a personal
course to a standard course because children (and school years) are not
equal.
This is the end of the
course message I wrote at the end of lesson 6:
"Congratulations!!! You are at
the first years of the base school and you are successful at the International
Spy Grade.
(So, if you asked yourselves rwhat's the meaning of this things_ now you
have the answer).
Now you are at the same level of a secret agent or a well trained
soldier.
At
their training courses they also learn how to find and assemble files useful for
taking possession of an enemy computer.
Now you know how to turn on a computer, to
install your assembled (in few minutes) operating system into the RAM, and to
enter in Internet for reading or communicating reserved informations without the
enemy detect you. You can read reserved informations into the hard disks without
the security systems will detect you because usually passwords are inside the
operating system of the enemy computer. And you turn off and turn on the
computer with YOUR operating system (few persons know that the password will be
placed at the BIOS...).
What for the adults is only a fantasy like
Mission Impossible you have done in the reality!!!"
Children are motivated to study: treasure stories
(if you use the pirate story with the treasure hunting), or spy
stories!!!
What other things you need to
play? Ah, yes. The spy floppy...
THE SPY FLOPPY
Add the following bricks in the floppy to give a bit of "Mission Impossible atmosphere" at your school course (change Desktop2 with DC if you have it in your floppy so to make more space):
cmospwd.exe
(11.5 KB)
Christophe Grenier
http://www.cgsecurity.org/
WORK:
find the BIOS Passwords.
lilopwd.exe
(6.24 KB)
Christophe Grenier
http://cgsecurity.org
WORK:
find the LILO Password (LILO is the Linux boot loader).
ntfs.zip
(584 KB)
Christophe Grenier
http://cgsecurity.org
WORK:
find the Windows NT Password, capable to read and change data in a NTFS partition
(for example the Password...), and other features included in the suite.
atahd.exe
(28.4 KB) M.B.Mallory
http://www.filelibrary.com:8080/cgi-bin/freedownload/DOS/h/49/atahd20.zip
WORK:
detect and display data for a drive when the drive has not yet been recognized
by the BIOS, and other features.
firm.com
(14.3 KB)
Dave Burley
http://ftp2.uni-muenster.de/DOS/DISKUTIL/firm.zip
WORK:
floppy image reader/maker capable of reading/writing disks of other systems,
Unix, Linux, later Mac and some other disks. Image files can be written back to
disks of a larger capacity than the original for at least FAT systems, and other
features.
Of course these programs were made for a repair
disk or for a demonstration about bugs in various Operating Systems, but in this
case is the fantasy of the children that counts...
Professional spy programs are... another thing (usually
smalls, with a cost of around 500000 U$ dollars per KB). For example a
professional spy program works all in machine language, and if it meets a
processor with another machine language it is able to translate its
programmation with some translation tables, and to use all the enemy computers
finding the exact hardware configuration using some, specified for every kind of
computer, configuration tables. Not so difficult, isn't it?
A floppy for all the seasons...
THE SPY GAME
Play at the spy game with the
computers of your friends or a particular computer at school searching a target
file.
This is useful to form the
future experts in security systems.
HOW TO WIN SPY GAMES IN THE REALITY
And then, after YOU have tried to fill the
computer with passwords, so to forget them and to use these software too (no
comment :-), after having crypted all YOUR hard disks with keys of about 20/30
words each file (:-o) or a sea of bits, after having fill all the I/O ports with
little and littlest filter devices, and other again, a little child come with a
little floppy in a little hand, and copy all YOUR secrets.
Ahem, have you never tried with the sincerity? It is impossible to
spy because it isn't necessary to hide it.
Of course, this is true especially for the next full
technological years where the use of the portable vocal true machine (wearable
is the right word) will be a very normal thing, especially in class-room or when
you play with your friends...
Find
yourself with GOOGLE how to add the truth in your computer only with a CD, a
microphone and few dollars.
If you read
this very fine site
http://911.co.kr/english/truster/truster_intro.htm,
you will find an all in one device: today you don't need a computer, a CD and a
microphone. Portable versions of polygraphs are today all
hand-held!
So, now, if you see in TV persons talking about
associations against torture, detentions without motive, etc (like Amnesty
International), think at this little stupid device to know the truth easily and
with a few cost.
|
|