home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem PC.BAT
- rem
- rem Zenith Z-181 laptop 2x3.5" drive version
- rem by Prof. Timo Salmi
- rem
- rem P.O. BOX 297, University of Vaasa, SF-65101 Vaasa, Finland
- rem
- rem The purpose of this batch is to load a memory resident Scandinavian
- rem keyboard driver for the duration of using Procomm Plus. To use this
- rem batch you need
- rem 1) Procomm Plus in the default directory (here A:\)
- rem 2) A Scandinavian keyboard driver in B:\
- rem (e.g. 7H.COM or FINFONT.COM or 7DOS.COM etc)
- rem 3) A system for managing memory resident programs in B:\
- rem (here MARK.COM and RELEASE.EXE from TSR25.ARC)
- rem
- rem You should have the following entries in an active translation table
- rem in Procomm Plus: 91:142 92:153 93:143 123:132 124:148 125:134
- rem The translation table is invoked by Alt-W in Procomm Plus.
- rem
- rem If you are going to upload messages, you should first convert the
- rem Scandinavian characters of the message as follows Ä[ Ö\ Å] ä{ ö: å}
- rem This is easily done with any good editor or TOASC.EXE from
- rem TSFILTxx.ARC. (Any other solutions are solicited!)
- rem
- rem This batch has been tested on a Zenith Z-181 laptop with two 3.5"
- rem disk drives. It can easily be customized for other environments, as well.
-
- echo ***********************************************************
- echo * Boot keyboard driver and PCPLUS by Timo Salmi 11-Mar-89 *
- echo ***********************************************************
- echo .
-
- echo .
- rem If mark.com, 7h.com and release.exe are on a disk called BUTILS
- echo Put the disk BUTILS in drive B:
- echo .
- pause
-
- echo on
- b:\mark
- b:\7h
- pcplus %1 %2 %3
-
- echo off
- echo .
- echo Put the disk BUTILS in drive B:
- echo .
- pause
- b:\release
-
- echo ******************************
- echo * Bye from Timo Salmi PC.BAT *
- echo ******************************
- echo on
-