<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>Attached is a zip file of all of the 13 games disks in the aTalk Library 
which is called</DIV>
<DIV>aTalkLibraryGames.zip</DIV>
<DIV>These are all dos 3.3 disks with speech.</DIV>
<DIV>Here is my suggestion about how to launch these disks—of course you could 
launch these disks many other ways, but I find this to be convenient:</DIV>
<DIV>First, in your </DIV>
<DIV>c:\messapple-win folder, create a folder called</DIV>
<DIV>aTalkLibrary</DIV>
<DIV>and place the 13 games disks in this folder.  There will be many more 
disks coming in the future.</DIV>
<DIV>Here are the listings for two batch files to place in the main </DIV>
<DIV>C:\messapple-win folder.</DIV>
<DIV>First is aTl.bat</DIV>
<DIV> </DIV>
<DIV>@echo off</DIV>
<DIV>mess apple2ee -flop1 aTalkLibrary\%1.dsk</DIV>
<DIV> </DIV>
<DIV>This would allow  the launching of one disk such as games1 by 
typing:</DIV>
<DIV>aTl games1</DIV>
<DIV> </DIV>
<DIV>If you wanted two disks to be launched from the same folder, the first in 
drive 1 and the second in drive 2, you could use  the batch file 
called</DIV>
<DIV>aTl2.bat</DIV>
<DIV>@echo off</DIV>
<DIV>mess apple2ee -flop1 aTalkLibrary\%1.dsk -flop2 aTalkLibrary\%2.dsk</DIV>
<DIV>This could be used to launch two disks from the aTalkLibrary folder.</DIV>
<DIV>If you wanted to launch the Games1 disk and the Games2 disk, you could 
type:</DIV>
<DIV>aTl2 Games1 Games2</DIV>
<DIV> </DIV>
<DIV>I hope you enjoy these disks.</DIV>
<DIV>Jeff Weiss</DIV>
<DIV> </DIV>
<DIV> </DIV></DIV></DIV></BODY></HTML>