Add SKEL for creating dist of Zzrk on floppy image.
Chris Pressey
1 year, 8 months ago
|
0 |
The FreeDOS components on this disk image -- specifically, COMMAND.COM
|
|
1 |
and KERNEL.SYS in the root directory, and everything in the FREEDOS
|
|
2 |
directory -- are distributed under the GNU General Public License,
|
|
3 |
version 2.0. Sources for these can be obtained at http://www.freedos.org/
|
|
4 |
|
|
5 |
You should have received a copy of the GNU General Public License
|
|
6 |
along with this disk; it's in the file GPL20.TXT in the root directory.
|
|
7 |
If not, write to:
|
|
8 |
|
|
9 |
The Free Software Foundation, Inc.
|
|
10 |
51 Franklin Street
|
|
11 |
Fifth Floor, Boston, MA
|
|
12 |
02110-1301
|
|
13 |
USA
|
|
14 |
|
|
15 |
Other software packages present on this disk may be distributed under
|
|
16 |
different licenses -- see the license text files accompanying those
|
|
17 |
packages for more specific information.
|
|
18 |
|
|
19 |
This disk is a "mere aggregation", and therefore the GPL's "viral" nature
|
|
20 |
does not "infect" the terms of use of these other software packages.
|
|
0 |
CALL C:\TOOLS\INITFLOP.BAT
|
|
1 |
CALL C:\TOOLS\POPUFLOP.BAT
|
|
2 |
COPY C:\SKEL\ZZRK\*.* A:\
|
|
3 |
MKDIR A:\OPENZZ
|
|
4 |
COPY C:\PROJECTS\OPENZZ\SRC\OZZ.EXE A:\OPENZZ\
|
|
5 |
COPY C:\PROJECTS\OPENZZ\COPYING A:\OPENZZ\
|
|
6 |
MKDIR A:\ZZRK
|
|
7 |
COPY C:\PROJECTS\ZZRK\ZZRK.ZZ A:\ZZRK\
|
|
8 |
COPY C:\PROJECTS\ZZRK\LICENSE A:\ZZRK\
|
|
9 |
COPY A:\ZZRK\ZZRK.ZZ A:\
|
|
10 |
DEL A:\MAKEDIST.BAT
|
|
0 |
TYPE A:\WELCOME.TXT
|
|
1 |
A:\OPENZZ\OZZ.EXE
|
|
0 |
Welcome to the Zzrk FreeDOS disk image for v86!
|
|
1 |
Then OpenZz interpreter will start shortly.
|
|
2 |
When it does, run the following command to start Zzrk:
|
|
3 |
|
|
4 |
/include "zzrk.zz"
|
|
5 |
|
|
6 |
Good luck!
|