home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem PCAT.BAT
- rem
- rem Osborne 06AT harddisk 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 a suitable directory (here C:\TELEC\PCPLUS)
- rem 2) PUSHDIR.COM and POPDIR.COM from CPCUG.ARC in C:\TOOLS
- rem (e.g. 7H.COM or FINFONT.COM or 7DOS.COM etc)
- rem 3) A Scandinavian keyboard driver in C:\TOOLS
- rem 4) A system for managing memory resident programs in C:\TOOLS
- 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 an Osborne 06AT with a 40Mb harddisk.
- rem
- rem If you put this batch in your path you get to Procomm Plus, and
- rem back to your default directory, from anywhere by entering PCAT.
-
- echo *************************************************************
- echo * Boot AT keyboard driver and PCPLUS by Timo Salmi 3-Mar-89 *
- echo *************************************************************
- echo .
-
- echo on
- c:\tools\mark
- c:\tools\pushdir
- c:\tools\7h
- c:
- cd \telec\pcplus
- pcplus %1 %2 %3
- c:\tools\popdir
- c:\tools\release
-
- echo off
- echo ********************************
- echo * Bye from Timo Salmi PCAT.BAT *
- echo ********************************
- echo on
-