home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / A4KEYS.ZIP / A4NOKEYS.BAT < prev    next >
DOS Batch File  |  1993-02-14  |  769b  |  21 lines

  1. @echo off
  2. REM  ****  This is a sample BATCH file that uses MAPAPP to
  3. REM  ****  restrict the Alt F9, Alt F10, Alt F3 and Alt F4 keys
  4. REM  ****  keys from being used in Alpha Four
  5. REM  ****  Be sure to install the MAPAPP files in your Alpha Four directory
  6. REM  ****  Now, set the TSR APPMAP
  7. CLS
  8. ECHO ▒▒▓▓ Now restricting the Alt F9, Alt F10, Alt F3 and Alt F4 keys ▓▓▒▒
  9. REM  ****  You can delete this PAUSE statement - left in for Demo purposes only
  10. PAUSE
  11. REM  ****  The >NUL, (re-direct to NUL), stops messages from writing to screen
  12. APPMAP>NUL
  13. REM  ****  Now, Set the keys to the file A4NOKEYS.KMB
  14. SETMAP A4NOKEYS >NUL
  15. REM  ****  Now, just run Alpha Four, key re-assignments will take effect
  16. A4
  17. REM  ****  Now, unload the TSR from memory
  18. APPMAP
  19.  
  20.  
  21.