@echo off :: This is a DOS batch file facilitating the usage of PS_VIEW---part 2 :: The purpose is to restore standard keyboard functions. :: ANSI.SYS is assumed to be installed. See also ANSIPRE.BAT. :: :: Authors: Wietse Dol and Erik Frambach :: with a contribution of Bogus\l{}aw Jackowski and Piotr Pianowski :: :: Version 1.00 (Thursday, May 4th, 1995) :: Version 1.01 (Friday, October 27th, 1995) :: :: ====================================================================== :: ANSI.SYS DEFINITIONS :: ====================================================================== :: :: [F9], [F10], [F11], [F12] echo  :: [F2], [F3], [F4] echo  :: [PgDn], [PgUp] echo  :: [Home], [End] echo  :: [Alt + Period] and [Alt + Comma], i.e., [Alt + Greater], [Alt + Less] echo  :: [Del], [Ins] echo  :: [Left Arr], [Right Arr], [Up Arr], [Down Arr] echo  :: [Tab], [Shift + Tab] echo  :: [Ctrl + Print Scr] echo  :: [Ctrl + X] = [Alt + X] = [Esc] echo  :: [Ctrl + Q] = [Alt + Q] = [Alt + F4] echo  :: [Alt + H] = [F1] echo